Searched refs:IDC_COMBO_VBRMIN (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/dshow/ |
H A D | PropPage.cpp | 251 case IDC_COMBO_VBRMIN: in OnReceiveMessage() 254 int nVariableMin = SendDlgItemMessage(hwnd, IDC_COMBO_VBRMIN, CB_GETCURSEL, 0, 0L); in OnReceiveMessage() 531 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog() 538 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString[0][j]); in InitPropertiesDialog() 547 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString[1][j]); in InitPropertiesDialog() 564 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_SETCURSEL, nVariableMinSel, 0); in InitPropertiesDialog() 625 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_VBRMIN), bEnable); in EnableControls()
|
H A D | resource.h | 17 #define IDC_COMBO_VBRMIN 1013 macro
|
Completed in 2 milliseconds