Click or drag to resize

MediaFileSHGetFileInfo Method

Namespace:  IMAPI2.axlib
Assembly:  CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static IntPtr SHGetFileInfo(
	string pszPath,
	uint dwFileAttributes,
	ref SHFILEINFO psfi,
	uint cbSizeFileInfo,
	uint uFlags
)

Parameters

pszPath
Type: SystemString
dwFileAttributes
Type: SystemUInt32
psfi
Type: IMAPI2.axlibSHFILEINFO
cbSizeFileInfo
Type: SystemUInt32
uFlags
Type: SystemUInt32

Return Value

Type: IntPtr
See Also