Struct SHFILEINFO
SHGetFileInfo関数で使用する構造体
名前空間: OTZControls.WindowsApi
アセンブリ: OTZControls.dll
Syntax
public struct SHFILEINFO
フィールド
dwAttributes
宣言
public uint dwAttributes
Field Value
| 型 | 説明 |
|---|---|
| System.UInt32 |
hIcon
宣言
public IntPtr hIcon
Field Value
| 型 | 説明 |
|---|---|
| IntPtr |
iIcon
宣言
public int iIcon
Field Value
| 型 | 説明 |
|---|---|
| System.Int32 |
szDisplayName
宣言
public string szDisplayName
Field Value
| 型 | 説明 |
|---|---|
| System.String |
szTypeName
宣言
public string szTypeName
Field Value
| 型 | 説明 |
|---|---|
| System.String |