Click or drag to resize

Shell32DestroyIcon Method

Destroys an icon and frees any memory the icon occupied.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static void DestroyIcon(
	IntPtr iconHandle
)

Parameters

iconHandle
Type: SystemIntPtr
An IntPtr handle to an icon.
See Also