Shell32FileInfoIconHandle Field |
A handle to the icon that represents the file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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