Click or drag to resize
shell32ApiSHGetFolderLocation Method

Namespace: TheVaultLib
Assembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax
[DllImportAttribute("shell32.dll")]
public static int SHGetFolderLocation(
	IntPtr hwndOwner,
	int nFolder,
	IntPtr hToken,
	uint dwReserved,
	out IntPtr ppidl
)

Parameters

hwndOwner
Type: SystemIntPtr
nFolder
Type: SystemInt32
hToken
Type: SystemIntPtr
dwReserved
Type: SystemUInt32
ppidl
Type: SystemIntPtr

Return Value

Type: Int32
See Also