Searched refs:ListBox_GetCount (Results 1 – 3 of 3) sorted by relevance
75 int Count = ListBox_GetCount(m_hListActive); in OnButton()129 ::EnableWindow(GetDlgItem(IDC_REMOVEALL), ListBox_GetCount(m_hListActive) > 0); in OnListboxUpdated()
181 int entries = ListBox_GetCount(_hwnd); in calc_widths()733 int entries = ListBox_GetCount(_hwnd); in calc_single_width()
480 #define ListBox_GetCount(hwndCtl) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETCOUNT,0,0)) macro