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)); }
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)); }