Searched refs:LB_GETCURSEL (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/webrtc/examples/peerconnection/client/ |
H A D | main_wnd.cc | 342 LRESULT sel = ::SendMessage(listbox_, LB_GETCURSEL, 0, 0); in OnDefaultAction()
|
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1605 LB_GETCURSEL, 0, 0); in SelectPythonDlgProc() 1675 LB_GETCURSEL, 0, 0); in SelectPythonDlgProc()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | windowsx.h | 580 #define ListBox_GetCurSel(hwndCtl) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETCURSEL,(WPARAM)0,(LPARAM)0))
|
D | windowsx.h16 | 585 #define ListBox_GetCurSel(hwndCtl) ((int)(DWORD)SendMessage((hwndCtl),LB_GETCURSEL,0,0L))
|
D | winuser.h | 4532 #define LB_GETCURSEL 0x0188 macro
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 10641 pub const LB_GETCURSEL: u32 = 392; constant
|