windows::Win32::System::Ole

Function OleUIAddVerbMenuA

pub unsafe fn OleUIAddVerbMenuA<P0, P1>(
    lpoleobj: P0,
    lpszshorttype: P1,
    hmenu: HMENU,
    upos: u32,
    uidverbmin: u32,
    uidverbmax: u32,
    baddconvert: bool,
    idconvert: u32,
    lphmenu: *mut HMENU,
) -> BOOL
where P0: Param<IOleObject>, P1: Param<PCSTR>,