Home
last modified time | relevance | path

Searched refs:lpDeviceID (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/devmgr/
H A Dapi.cpp49 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 Ddevmgr.h40 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 Ddevprblm.cpp215 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 Dproperties.h91 IN LPCWSTR lpDeviceID OPTIONAL,
H A Dadvprop.cpp2941 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 Dphone.c129 DWORD WINAPI phoneGetIDA(HPHONE hPhone, LPVARSTRING lpDeviceID, in phoneGetIDA() argument
132 FIXME("(%p, %p, %s): stub.\n", hPhone, lpDeviceID, lpszDeviceClass); in phoneGetIDA()
H A Dline.c654 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 Ddeskmon.c44 GetMonitorDevInstID(LPCTSTR lpDeviceID) in GetMonitorDevInstID() argument
98 if (_tcscmp(szProperty, lpDeviceID) == 0) in GetMonitorDevInstID()