Win Main

Win32's answer to the main() function in all CeeLanguage and CeePlusPlus programs. (Actually, WinMain() is called from the entry point of a Win32 program, or from a function called from the entry point, which may end up being main().) The "canonical" form of WinMain() is to:

All the monstrous muck that is MFC, WTL, etc. (and formerly other stuff like DDE, which led to OLE, COM, etc.) rests on this simple little ditty.

-- MikeSmith


EditText of this page (last edited September 6, 2003) or FindPage with title or text search