Searched refs:szDriverName (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/avicap32/ |
H A D | avicap32.c | 150 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 D | container.c | 953 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 D | provider.c | 69 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()
|