INtime SDK Help
RtReleaseShutdownHandler (iwin32)
INtime SDK v7 > About INtime > Alternate APIs > iwin32 API > iwin32 API > RtReleaseShutdownHandler (iwin32)

Destroys the shutdown handler object that was created by RtAttachShutdownHandler.

BOOLEAN RtReleaseShutdownHandler(
    HANDLE hShutdown
);

Parameters

hShutdown
A handle returned by RtAttachShutdownHandler.

Remarks

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.

Requirements

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.

See Also

ExitThread, ExitProcess, RtAttachShutdownHandler, iwin32 API, iwin32 Overview