Searched refs:IDC_COMBO_VBRMAX (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/dshow/ |
H A D | PropPage.cpp | 276 case IDC_COMBO_VBRMAX: in OnReceiveMessage() 279 int nVariableMax = SendDlgItemMessage(hwnd, IDC_COMBO_VBRMAX, CB_GETCURSEL, 0, 0L); in OnReceiveMessage() 532 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog() 539 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString[0][j]); in InitPropertiesDialog() 548 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString[1][j]); in InitPropertiesDialog() 568 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_SETCURSEL, nVariableMaxSel, 0); in InitPropertiesDialog() 626 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_VBRMAX), bEnable); in EnableControls()
|
H A D | resource.h | 23 #define IDC_COMBO_VBRMAX 1024 macro
|
Completed in 2 milliseconds