An event created by the following functional call is passed to StartupAllAps()/StartupThisAp():
Timeout is set to 0 to indicate that no timeout shall be used.
Code:
CreateEvent( 0, TPL_NOTIFY, NULL, NULL, &WaitEvent);
Comment