CloseToolhelp32Snapshot (Windows CE 5.0)
This function closes a handle to a snapshot.
BOOL WINAPI CloseToolhelp32Snapshot(HANDLEhSnapshot );
Parameters
- hSnapshot
[in] Handle to a snapshot returned from the CreateToolhelp32Snapshot function.
Return Values
TRUE indicates success.
FALSE indicates failure.
Remarks
Closing a snapshot frees valuable resources for the system.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Tlhelp32.h.
Link Library: Toolhelp.lib.
See Also
Send Feedback on this topic to the authors