예제 #1
0
 public int SetBindOptions([NativeTypeName("BIND_OPTS *")] BIND_OPTS *pbindopts)
 {
     return(((delegate * unmanaged <IBindCtx *, BIND_OPTS *, int>)(lpVtbl[6]))((IBindCtx *)Unsafe.AsPointer(ref this), pbindopts));
 }
예제 #2
0
 public int GetBindOptions(BIND_OPTS *pbindopts)
 {
     return(((delegate * unmanaged <IBindCtx *, BIND_OPTS *, int>)(lpVtbl[7]))((IBindCtx *)Unsafe.AsPointer(ref this), pbindopts));
 }
예제 #3
0
 public static extern HRESULT CoGetObject([NativeTypeName("LPCWSTR")] ushort *pszName, BIND_OPTS *pBindOptions, [NativeTypeName("const IID &")] Guid *riid, void **ppv);