C# Class BlackFox.Win32.Icons.SHFILEINFO

Contains information about a file object.
Show file Open project: headswe/DreamEdit

Public Properties

Property Type Description
dwAttributes uint
hIcon System.IntPtr
iIcon System.IntPtr

Property Details

dwAttributes public property

Array of values that indicates the attributes of the file object. For information about these values, see the IShellFolder::GetAttributesOf method.
public uint dwAttributes
return uint

hIcon public property

Handle to the icon that represents the file. You are responsible for destroying this handle with DestroyIcon when you no longer need it.
public IntPtr,System hIcon
return System.IntPtr

iIcon public property

Index of the icon image within the system image list.
public IntPtr,System iIcon
return System.IntPtr