C# 클래스 BelhardTraining.LessonMultithreading.IconTools.SHFILEINFO

파일 보기 프로젝트 열기: bazile/Training

공개 프로퍼티들

프로퍼티 타입 설명
dwAttributes uint
hIcon System.IntPtr
iIcon System.IntPtr

프로퍼티 상세

dwAttributes 공개적으로 프로퍼티

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

hIcon 공개적으로 프로퍼티

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

iIcon 공개적으로 프로퍼티

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