C# Class BlackFox.Win32.Icons.SHFILEINFO

Contains information about a file object.
Afficher le fichier Open project: headswe/DreamEdit

Méthodes publiques

Свойство Type Description
dwAttributes uint
hIcon System.IntPtr
iIcon System.IntPtr

Property Details

dwAttributes public_oe 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
Résultat uint

hIcon public_oe 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
Résultat System.IntPtr

iIcon public_oe property

Index of the icon image within the system image list.
public IntPtr,System iIcon
Résultat System.IntPtr