C# Class BelhardTraining.LessonMultithreading.IconTools.SHFILEINFO

Afficher le fichier Open project: bazile/Training

Méthodes publiques

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

Property Details

dwAttributes public_oe property

An array of values that indicates the attributes of the file object.
public uint dwAttributes
Résultat uint

hIcon public_oe property

A handle to the icon that represents the file.
public IntPtr,System hIcon
Résultat System.IntPtr

iIcon public_oe property

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