Home
last modified time | relevance | path

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

/reactos/dll/win32/avicap32/
H A Davicap32.c150 WCHAR szDriverName[MAX_PATH]; in capGetDriverDescriptionW() local
191 dwSize = sizeof(szDriverName); in capGetDriverDescriptionW()
197 (LPBYTE)&szDriverName, in capGetDriverDescriptionW()
200 wcscpy(szDriverName, L"Unknown Driver Name"); in capGetDriverDescriptionW()
207 lstrcpynW(lpszName, szDriverName, cbName); in capGetDriverDescriptionW()
/reactos/modules/rostests/winetests/dxdiagn/
H A Dcontainer.c953 static const WCHAR szDriverName[] = {'s','z','D','r','i','v','e','r','N','a','m','e',0}; in test_DxDiag_DisplayDevices() local
978 {szDriverName, VT_BSTR}, in test_DxDiag_DisplayDevices()
1047 static const WCHAR szDriverName[] = {'s','z','D','r','i','v','e','r','N','a','m','e',0}; in test_DxDiag_SoundDevices() local
1054 {szDriverName, VT_BSTR}, in test_DxDiag_SoundDevices()
1123 static const WCHAR szDriverName[] = {'s','z','D','r','i','v','e','r','N','a','m','e',0}; in test_DxDiag_SoundCaptureDevices() local
1129 {szDriverName, VT_BSTR}, in test_DxDiag_SoundCaptureDevices()
/reactos/dll/directx/wine/dxdiagn/
H A Dprovider.c69 static const WCHAR szDriverName[] = {'s','z','D','r','i','v','e','r','N','a','m','e',0}; variable
1024 hr = add_bstr_property(display_adapter, szDriverName, driverW); in fill_display_information_d3d()
1264 szKeyDeviceKey, szKeyDeviceID, szDriverName, in fill_display_information_fallback()
1438 enum_ctx->hr = add_bstr_property(device, szDriverName, name); in dsound_enum()