Click or drag to resize
Shell32FileInfoIconHandle Field
A handle to the icon that represents the file.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public readonly IntPtr IconHandle

Field Value

Type: IntPtr
Remarks
Caller is responsible for destroying this handle with DestroyIcon() when no longer needed.
See Also