Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DCommandBar.h36 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); } in GetMenu() function
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs99378 pub fn GetMenu(hWnd: HWND) -> HMENU; in GetMenu() function