Destroys the shutdown handler object that was created by RtAttachShutdownHandler.
BOOLEAN RtReleaseShutdownHandler( HANDLE hShutdown );
hShutdown
The shutdown handler should not call ExitThread or ExitProcess, nor should it try to create or close any objects. The process exits after the shutdown handler returns.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/iwin32.h | iwin32.h | iwin32.lib |
Note
This function operates in the real-time portion of your application.
ExitThread, ExitProcess, RtAttachShutdownHandler, iwin32 API, iwin32 Overview