Searched refs:IDC_COMBO_VBRq (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/dshow/ |
H A D | PropPage.cpp | 319 case IDC_COMBO_VBRq: in OnReceiveMessage() 322 int nVBRq = SendDlgItemMessage(hwnd, IDC_COMBO_VBRq, CB_GETCURSEL, 0, 0L); in OnReceiveMessage() 464 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog() 466 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szVBRqDesc[k]); in InitPropertiesDialog() 474 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_SETCURSEL, dwVBRq, 0); in InitPropertiesDialog()
|
H A D | resource.h | 25 #define IDC_COMBO_VBRq 1026 macro
|
Completed in 2 milliseconds