Sack Library Documentation
|
DEADSTART_PROC void DEADSTART_CALLTYPE SuspendDeadstart();
This routine is used internally when LoadFunction is called. After MarkDeadstartComplete is called, any call to a RegisterPriorityStartupProc will call the startup routine immediately instead of waiting. This function disables the auto-running of this function, and instead enques the startup to the list of startups. When completed, at some later point, call ResumeDeadstart() to dispatched all scheduled routines, and release the suspend; however, if initial deastart was not dispatched, then ResumeDeadstart does not do the invoke, it only releases the suspend.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|