Click or drag to resize
shell32ApiSHParseDisplayName Method

Namespace: TheVaultLib
Assembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax
[DllImportAttribute("shell32.dll")]
public static int SHParseDisplayName(
	string pszName,
	IntPtr pbc,
	out IntPtr ppidl,
	uint sfgaoIn,
	out uint psfgaoOut
)

Parameters

pszName
Type: SystemString
pbc
Type: SystemIntPtr
ppidl
Type: SystemIntPtr
sfgaoIn
Type: SystemUInt32
psfgaoOut
Type: SystemUInt32

Return Value

Type: Int32
See Also