Saturday, October 25, 2025

Winmain

This is the main routine in a windows program. It receives parameters from Windows include the instance handle that representing the current task, parameter passed to the program. If the program is already running, the usual treatment is for the program to terminate and this no new instance will run parallel to the existing instance. 

No comments: