Home
last modified time | relevance | path

Searched defs:DrawMenuBar (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DCommandBar.h35 bool DrawMenuBar(WORD iButton) { return BOOLToBool(::CommandBar_DrawMenuBar(_window, iButton)); } in DrawMenuBar() function
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs99426 pub fn DrawMenuBar(hWnd: HWND) -> BOOL; in DrawMenuBar() function