Searched refs:lpDeviceID (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/devmgr/ |
H A D | api.cpp | 49 IN LPCWSTR lpDeviceID) in DeviceAdvancedPropertiesW() argument 56 if (lpDeviceID == NULL) in DeviceAdvancedPropertiesW() 74 lpDeviceID, in DeviceAdvancedPropertiesW() 120 IN LPCSTR lpDeviceID) in DeviceAdvancedPropertiesA() argument 134 if (lpDeviceID != NULL) in DeviceAdvancedPropertiesA() 211 if (lpDeviceID != NULL) in DevicePropertiesExA() 299 if (lpDeviceID == NULL) in DevicePropertiesExW() 368 LPCSTR lpDeviceID, in DevicePropertiesA() argument 373 lpDeviceID, in DevicePropertiesA() 405 LPCWSTR lpDeviceID, in DevicePropertiesW() argument [all …]
|
/reactos/sdk/include/reactos/dll/devmgr/ |
H A D | devmgr.h | 40 LPCSTR lpDeviceID, 47 LPCWSTR lpDeviceID, 70 IN LPCSTR lpDeviceID); 77 IN LPCWSTR lpDeviceID); 117 IN LPCSTR lpDeviceID); 123 IN LPCWSTR lpDeviceID); 151 IN LPCSTR lpDeviceID OPTIONAL, 159 IN LPCWSTR lpDeviceID OPTIONAL,
|
/reactos/dll/win32/devmgr/properties/ |
H A D | devprblm.cpp | 215 IN LPCSTR lpDeviceID) in DeviceProblemWizardA() argument 229 if (lpDeviceID != NULL) in DeviceProblemWizardA() 231 if (!(lpDeviceIDW = ConvertMultiByteToUnicode(lpDeviceID, in DeviceProblemWizardA() 282 IN LPCWSTR lpDeviceID) in DeviceProblemWizardW() argument 291 if (lpDeviceID == NULL) in DeviceProblemWizardW() 313 lpDeviceID, in DeviceProblemWizardW()
|
H A D | properties.h | 91 IN LPCWSTR lpDeviceID OPTIONAL,
|
H A D | advprop.cpp | 2941 IN LPCWSTR lpDeviceID OPTIONAL, in DisplayDeviceAdvancedProperties() 2976 if (lpDeviceID == NULL) in DisplayDeviceAdvancedProperties() 2996 DevIdSize = (DWORD)wcslen(lpDeviceID) + 1; in DisplayDeviceAdvancedProperties() 3022 if (lpDeviceID == NULL) in DisplayDeviceAdvancedProperties() 3038 lpDeviceID); in DisplayDeviceAdvancedProperties()
|
/reactos/dll/win32/tapi32/ |
H A D | phone.c | 129 DWORD WINAPI phoneGetIDA(HPHONE hPhone, LPVARSTRING lpDeviceID, in phoneGetIDA() argument 132 FIXME("(%p, %p, %s): stub.\n", hPhone, lpDeviceID, lpszDeviceClass); in phoneGetIDA()
|
H A D | line.c | 654 LPVARSTRING lpDeviceID, LPCWSTR lpszDeviceClass) in lineGetIDW() argument 657 dwSelect, lpDeviceID, in lineGetIDW() 666 LPVARSTRING lpDeviceID, LPCSTR lpszDeviceClass) in lineGetIDA() argument 669 dwSelect, lpDeviceID, lpszDeviceClass); in lineGetIDA()
|
/reactos/dll/shellext/deskmon/ |
H A D | deskmon.c | 44 GetMonitorDevInstID(LPCTSTR lpDeviceID) in GetMonitorDevInstID() argument 98 if (_tcscmp(szProperty, lpDeviceID) == 0) in GetMonitorDevInstID()
|