C# Class BelhardTraining.LessonMultithreading.IconTools.SHFILEINFO

Show file Open project: bazile/Training

Public Properties

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

Property Details

dwAttributes public property

An array of values that indicates the attributes of the file object.
public uint dwAttributes
return uint

hIcon public property

A handle to the icon that represents the file.
public IntPtr,System hIcon
return System.IntPtr

iIcon public property

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