Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Windows/
H A DMenu.h94 HMENU GetSubMenu(int pos) const { return ::GetSubMenu(_menu, pos); } in GetSubMenu() function
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs99447 pub fn GetSubMenu(hMenu: HMENU, nPos: ::std::os::raw::c_int) -> HMENU; in GetSubMenu() function