INtime SDK Help
RtShutdownBlockReasonDestroy

Cancels one shutdown block. An instance count is maintained in a Windows application and will continue to block shutdown queries until no more blocks remain. For this reason, it is important that each call to RtShutdownBlockReasonCreate is matched by a call to RtShutdownBlockReasonDestroy.

void RtShutdownBlockReasonDestroy ( void )

Parameters

None.

Return Values

TRUE
Function was successful.
FALSE
Function Failed. To determine status, call GetLastRtError.

Requirements

Versions Defined in Include Link to
INtime 4.0 intime/rt/include/rtbase.h rt.h rt.lib
See Also