IconUtilitiesDestroyIcon Method |
Destroys an icon and frees any memory the icon occupied.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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