This topic has not yet been rated - Rate this topic

CloseToolhelp32Snapshot

Windows Mobile 6.5
A version of this page is also available for
4/8/2010

This function closes a handle to a snapshot.


BOOL WINAPI CloseToolhelp32Snapshot(
  HANDLE hSnapshot
);
hSnapshot

[in] Handle to a snapshot returned from the CreateToolhelp32Snapshot function.

TRUE indicates success. FALSE indicates failure.

Closing a snapshot frees valuable resources for the system.

Headertlhelp32.h
Librarytoolhelp.lib
Windows Embedded CEWindows CE 2.0 and later
Windows MobileWindows Mobile Version 5.0 and later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.