Beispiel #1
0
 public int InsertMenus([NativeTypeName("HMENU")] IntPtr hmenuShared, [NativeTypeName("LPOLEMENUGROUPWIDTHS")] OLEMENUGROUPWIDTHS *lpMenuWidths)
 {
     return(((delegate * unmanaged <IOleInPlaceFrame *, IntPtr, OLEMENUGROUPWIDTHS *, int>)(lpVtbl[9]))((IOleInPlaceFrame *)Unsafe.AsPointer(ref this), hmenuShared, lpMenuWidths));
 }
Beispiel #2
0
 public HRESULT InsertMenusSB(HMENU hmenuShared, [NativeTypeName("LPOLEMENUGROUPWIDTHS")] OLEMENUGROUPWIDTHS *lpMenuWidths)
 {
     return(((delegate * unmanaged <IShellBrowser *, HMENU, OLEMENUGROUPWIDTHS *, int>)(lpVtbl[5]))((IShellBrowser *)Unsafe.AsPointer(ref this), hmenuShared, lpMenuWidths));
 }