shell32Api.SHBindToParent Method |
Namespace: TheVaultLibAssembly: 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
)
<DllImportAttribute("shell32.dll">]
Public Shared Function SHBindToParent (
pidl As IntPtr,
riid As Guid,
<OutAttribute> ByRef ppv As IntPtr,
ByRef ppidlLast As IntPtr
) As Integer
public:
[DllImportAttribute(L"shell32.dll")]
static int SHBindToParent(
IntPtr pidl,
Guid riid,
[OutAttribute] IntPtr% ppv,
IntPtr% ppidlLast
)
[<DllImportAttribute("shell32.dll")>]
static member SHBindToParent :
pidl : IntPtr *
riid : Guid *
ppv : IntPtr byref *
ppidlLast : IntPtr byref -> int
Parameters
- pidl
- Type: System.IntPtr
- riid
- Type: System.Guid
- ppv
- Type: System.IntPtr
- ppidlLast
- Type: System.IntPtr
Return Value
Type:
Int32
See Also