Click or drag to resize
shell32Api.SHBindToParent 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: System.IntPtr
riid
Type: System.Guid
ppv
Type: System.IntPtr
ppidlLast
Type: System.IntPtr

Return Value

Type: Int32
See Also