CloseToolhelp32Snapshot

This function closes a handle to a snapshot.

At a Glance

Header file: Tlhelp32.h
Windows CE versions: 2.0 and later

Syntax

BOOL WINAPI CloseToolhelp32Snapshot(HANDLE hSnapshot);

Parameters

hSnapshot

Handle to a snapshot returned from the CreateToolhelp32Snapshot function.

Remarks

Close a snapshot in order to free valuable resources for the system.

See Also

CreateToolhelp32Snapshot