C# Class BelhardTraining.LessonMultithreading.IconTools.SHFILEINFO

显示文件 Open project: bazile/Training

Public Properties

Property 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
return uint

hIcon public_oe property

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

iIcon public_oe property

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