Lines Matching refs:bEnable
338 void CMpegAudEncPropertyPageAdv::EnableControls(HWND hwndParent, bool bEnable)
340 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_ENFORCE_MIN), bEnable);
341 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_STEREO), bEnable);
342 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_JSTEREO), bEnable);
343 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_DUAL), bEnable);
344 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_MONO), bEnable);
345 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_FORCE_MS), bEnable);
346 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_VOICE), bEnable);
347 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_KEEP_ALL_FREQ), bEnable);
348 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_STRICT_ISO), bEnable);
349 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_DISABLE_SHORT_BLOCK), bEnable);
350 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_XING_TAG), bEnable);
351 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_MODE_FIXED), bEnable);
352 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_OVERLAP), bEnable);
353 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_STOP), bEnable);