Home
last modified time | relevance | path

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

/reactos/base/services/umpnpmgr/
H A Drpcserver.c153 SplitDeviceInstanceID(IN LPWSTR pszDeviceInstanceID, in SplitDeviceInstanceID() argument
164 wcscpy(szLocalDeviceInstanceID, pszDeviceInstanceID); in SplitDeviceInstanceID()
341 _In_ PWSTR pszDeviceInstanceID) in IsValidDeviceInstanceID() argument
348 pszDeviceInstanceID); in IsValidDeviceInstanceID()
350 if (pszDeviceInstanceID == NULL) in IsValidDeviceInstanceID()
356 p = pszDeviceInstanceID; in IsValidDeviceInstanceID()
407 _In_ PWSTR pszDeviceInstanceID) in IsRootDeviceInstanceID() argument
409 if (_wcsicmp(pszDeviceInstanceID, szRootDeviceInstanceID) == 0) in IsRootDeviceInstanceID()
419 _In_ LPWSTR pszDeviceInstanceID) in IsPresentDeviceInstanceID() argument
423 return (GetDeviceStatus(pszDeviceInstanceID, &ulStatus, &ulProblem) == CR_SUCCESS); in IsPresentDeviceInstanceID()