Searched defs:ListBox_GetCount (Results 1 – 5 of 5) sorted by relevance
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/gnuwin32/ |
H A D | extra.h | 534 …#define ListBox_GetCount(hwndCtl) ((int)(DWORD)SendMessage((hwndCtl), LB_GETCOUN… macro
|
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/ |
H A D | windowsx.h | 482 #define ListBox_GetCount(hwndCtl) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETCOUNT,0,0)) macro
|
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/ |
H A D | windowsx.h | 482 #define ListBox_GetCount(hwndCtl) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETCOUNT,0,0)) macro
|
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ |
H A D | windowsx.h | 557 #define ListBox_GetCount(hwndCtl) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETCOUNT,(WPARAM)0,(LPARAM)0)) macro
|
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ |
H A D | windowsx.h | 557 #define ListBox_GetCount(hwndCtl) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETCOUNT,(WPARAM)0,(LPARAM)0)) macro
|