Home
last modified time | relevance | path

Searched refs:BooleanDetails (Results 1 – 1 of 1) sorted by relevance

/reactos/base/applications/sndvol32/
H A Dadvanced.c30 MIXERCONTROLDETAILS_BOOLEAN BooleanDetails; in OnInitDialog() local
119 …Control[Index].dwControlID, 1, sizeof(MIXERCONTROLDETAILS_BOOLEAN), (LPVOID)&BooleanDetails) != -1) in OnInitDialog()
127 …eW(hwndDlg, IDC_ADV_OTHER_CHECK1 + dwOtherControls, BM_SETCHECK, (WPARAM)BooleanDetails.fValue, 0); in OnInitDialog()