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

Deletes a timer.

BOOLEAN RtDeleteTimer(
    HANDLE hTimer
);

Parameters

hTimer
Handle to the timer object to delete.

Remarks

Calling CloseHandle or RtCloseHandle performs the same function.

Return Values

TRUE
Success.
FALSE
Failure.

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