Click or drag to resize
shell32ApiSHBindToParent Method

Namespace: TheVaultLib
Assembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax
[DllImportAttribute("shell32.dll")]
public static int SHBindToParent(
	IntPtr pidl,
	Guid riid,
	out IntPtr ppv,
	ref IntPtr ppidlLast
)

Parameters

pidl
Type: SystemIntPtr
riid
Type: SystemGuid
ppv
Type: SystemIntPtr
ppidlLast
Type: SystemIntPtr

Return Value

Type: Int32
See Also