Function windows::Win32::System::Ole::OleSetMenuDescriptor

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