Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This function closes a handle to a snapshot.
Syntax
BOOL WINAPI CloseToolhelp32Snapshot(
HANDLE hSnapshot
);
Parameters
- hSnapshot
[in] Handle to a snapshot returned from the CreateToolhelp32Snapshot function.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
Closing a snapshot frees valuable resources for the system.
Requirements
Header |
tlhelp32.h |
Library |
toolhelp.lib |