Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 280 of file volume.c.
Referenced by VolumeDlgProc().
{ if ((INT_PTR)ShellExecuteW(NULL, L"open", L"sndvol32.exe", NULL, NULL, SW_SHOWNORMAL) > 32) return; MessageBox(hwndDlg, _T("Cannot run sndvol32.exe"), NULL, MB_OK); }