Home
last modified time | relevance | path

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

/reactos/modules/rostests/win32/DriverLoading/Application/
H A Dundoc.c135 WCHAR szDriverPath[MAX_PATH]; in NtStartDriver() local
139 wcscpy(szDriverPath, in NtStartDriver()
141 wcscat(szDriverPath, in NtStartDriver()
145 szDriverPath); in NtStartDriver()
166 WCHAR szDriverPath[MAX_PATH]; in NtStopDriver() local
170 wcscpy(szDriverPath, in NtStopDriver()
172 wcscat(szDriverPath, in NtStopDriver()
176 szDriverPath); in NtStopDriver()
/reactos/modules/rostests/winetests/dxdiagn/
H A Dcontainer.c1046 static const WCHAR szDriverPath[] = {'s','z','D','r','i','v','e','r','P','a','t','h',0}; in test_DxDiag_SoundDevices() local
1055 {szDriverPath, VT_BSTR}, in test_DxDiag_SoundDevices()
1122 static const WCHAR szDriverPath[] = {'s','z','D','r','i','v','e','r','P','a','t','h',0}; in test_DxDiag_SoundCaptureDevices() local
1130 {szDriverPath, VT_BSTR}, in test_DxDiag_SoundCaptureDevices()
/reactos/dll/win32/devmgr/properties/
H A Dadvprop.cpp410 WCHAR szDriverPath[MAX_PATH]; in DriverDetailsDlgProc() local
415 szDriverPath, in DriverDetailsDlgProc()
416 _countof(szDriverPath)); in DriverDetailsDlgProc()
419 szDriverPath); in DriverDetailsDlgProc()
/reactos/dll/directx/wine/dxdiagn/
H A Dprovider.c1401 static const WCHAR szDriverPath[] = {'s','z','D','r','i','v','e','r','P','a','t','h',0}; in dsound_enum() local
1430 enum_ctx->hr = add_bstr_property(device, szDriverPath, module); in dsound_enum()