Click or drag to resize

IconUtilitiesDestroyIcon Method

Destroys an icon and frees any memory the icon occupied.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool DestroyIcon(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
A handle to the icon to be destroyed. The icon must not be in use.

Return Value

Type: Boolean
true if the function succeeded; otherwise, false.
See Also