Shell32FileInfoIconHandle Field |
A handle to the icon that represents the file.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public readonly IntPtr IconHandle
Public ReadOnly IconHandle As IntPtr
public:
initonly IntPtr IconHandle
Field Value
Type:
IntPtrRemarks Caller is responsible for destroying this handle with DestroyIcon() when no longer needed.
See Also