Searched refs:cb_hwnd (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/comdlg32/ |
H A D | itemdlg.c | 4060 static UINT get_combobox_index_from_id(HWND cb_hwnd, DWORD dwIDItem) in get_combobox_index_from_id() argument 4062 UINT count = SendMessageW(cb_hwnd, CB_GETCOUNT, 0, 0); in get_combobox_index_from_id() 4068 if(SendMessageW(cb_hwnd, CB_GETITEMDATA, i, 0) == dwIDItem) in get_combobox_index_from_id() 4071 TRACE("Item with id %d not found in combobox %p (item count: %d)\n", dwIDItem, cb_hwnd, count); in get_combobox_index_from_id()
|