Home
last modified time | relevance | path

Searched refs:ListBox_GetCount (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/shellext/acppage/
H A DCEditCompatModes.cpp75 int Count = ListBox_GetCount(m_hListActive); in OnButton()
129 ::EnableWindow(GetDlgItem(IDC_REMOVEALL), ListBox_GetCount(m_hListActive) > 0); in OnListboxUpdated()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dpane.cpp181 int entries = ListBox_GetCount(_hwnd); in calc_widths()
733 int entries = ListBox_GetCount(_hwnd); in calc_single_width()
/reactos/sdk/include/psdk/
H A Dwindowsx.h480 #define ListBox_GetCount(hwndCtl) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETCOUNT,0,0)) macro