windows::Win32::System::Ole

Function OleSetMenuDescriptor

pub unsafe fn OleSetMenuDescriptor<P3, P4>(
    holemenu: isize,
    hwndframe: HWND,
    hwndactiveobject: HWND,
    lpframe: P3,
    lpactiveobj: P4,
) -> Result<()>
where P3: Param<IOleInPlaceFrame>, P4: Param<IOleInPlaceActiveObject>,