Searched refs:pszDeviceInstanceID (Results 1 – 1 of 1) sorted by relevance
153 SplitDeviceInstanceID(IN LPWSTR pszDeviceInstanceID, in SplitDeviceInstanceID() argument164 wcscpy(szLocalDeviceInstanceID, pszDeviceInstanceID); in SplitDeviceInstanceID()341 _In_ PWSTR pszDeviceInstanceID) in IsValidDeviceInstanceID() argument348 pszDeviceInstanceID); in IsValidDeviceInstanceID()350 if (pszDeviceInstanceID == NULL) in IsValidDeviceInstanceID()356 p = pszDeviceInstanceID; in IsValidDeviceInstanceID()407 _In_ PWSTR pszDeviceInstanceID) in IsRootDeviceInstanceID() argument409 if (_wcsicmp(pszDeviceInstanceID, szRootDeviceInstanceID) == 0) in IsRootDeviceInstanceID()419 _In_ LPWSTR pszDeviceInstanceID) in IsPresentDeviceInstanceID() argument423 return (GetDeviceStatus(pszDeviceInstanceID, &ulStatus, &ulProblem) == CR_SUCCESS); in IsPresentDeviceInstanceID()