webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging

Function SetMenuItemBitmaps

Source
pub unsafe fn SetMenuItemBitmaps<'a>(
    hmenu: impl IntoParam<'a, HMENU>,
    uposition: u32,
    uflags: MENU_ITEM_FLAGS,
    hbitmapunchecked: impl IntoParam<'a, HBITMAP>,
    hbitmapchecked: impl IntoParam<'a, HBITMAP>,
) -> BOOL