pub unsafe extern "system" fn OleUIAddVerbMenuA(
    lpoleobj: IOleObject,
    lpszshorttype: PCSTR,
    hmenu: HMENU,
    upos: u32,
    uidverbmin: u32,
    uidverbmax: u32,
    baddconvert: BOOL,
    idconvert: u32,
    lphmenu: *mut HMENU
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_UI_WindowsAndMessaging"