Table of Contents

Struct SHFILEINFO

Namespace
SunamoPInvoke.PInvoke
Assembly
SunamoPInvoke.dll

Contains information about a file object retrieved by the SHGetFileInfo function.

public struct SHFILEINFO
Inherited Members
Extension Methods

Fields

dwAttributes

An array of values that indicates the attributes of the file object.

public uint dwAttributes

Field Value

uint

hIcon

A handle to the icon that represents the file.

public nint hIcon

Field Value

nint

iIcon

The index of the icon image within the system image list.

public int iIcon

Field Value

int

szDisplayName

A string that contains the name of the file as it appears in the Windows Shell.

public string szDisplayName

Field Value

string

szTypeName

A string that describes the type of file.

public string szTypeName

Field Value

string