Click or drag to resize
IconReaderSHGetFileInfo Method

Namespace: TheVaultLib
Assembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax
[DllImportAttribute("Shell32.dll")]
private static IntPtr SHGetFileInfo(
	string pszPath,
	uint dwFileAttributes,
	ref IconReaderShellFileInfo psfi,
	uint cbFileInfo,
	uint uFlags
)

Parameters

pszPath
Type: SystemString
dwFileAttributes
Type: SystemUInt32
psfi
Type: TheVaultLibIconReaderShellFileInfo
cbFileInfo
Type: SystemUInt32
uFlags
Type: SystemUInt32

Return Value

Type: IntPtr
See Also