Struct SHFILEINFO
- Namespace
- SunamoPInvoke.PInvoke
- Assembly
- SunamoPInvoke.dll
Contains information about a file object retrieved by the SHGetFileInfo function.
public struct SHFILEINFO
- Inherited Members
- Extension Methods
Fields
dwAttributes
An array of values that indicates the attributes of the file object.
public uint dwAttributes
Field Value
hIcon
A handle to the icon that represents the file.
public nint hIcon
Field Value
iIcon
The index of the icon image within the system image list.
public int iIcon
Field Value
szDisplayName
A string that contains the name of the file as it appears in the Windows Shell.
public string szDisplayName
Field Value
szTypeName
A string that describes the type of file.
public string szTypeName