Searched refs:GetErrorCodeFromCrCode (Results 1 – 3 of 3) sorted by relevance
162 return (cr == CR_REGISTRY_ERROR) ? ERROR_INVALID_DATA : GetErrorCodeFromCrCode(cr); in SETUP_CreateDevicesList()1497 Error = GetErrorCodeFromCrCode(cr); in SetupDiGetClassRegistryPropertyA()1582 Error = GetErrorCodeFromCrCode(cr); in SetupDiGetClassRegistryPropertyW()1657 Error = GetErrorCodeFromCrCode(cr); in SetupDiSetClassRegistryPropertyA()1732 Error = GetErrorCodeFromCrCode(cr); in SetupDiSetClassRegistryPropertyW()
302 GetErrorCodeFromCrCode(const IN CONFIGRET cr);
94 GetErrorCodeFromCrCode(const IN CONFIGRET cr) in GetErrorCodeFromCrCode() function552 SetLastError(GetErrorCodeFromCrCode(cr)); in CreateDeviceInfo()756 SetLastError(GetErrorCodeFromCrCode(cr)); in SetupDiBuildClassInfoListExW()1329 SetLastError(GetErrorCodeFromCrCode(cr)); in SetupDiCreateDeviceInfoListExW()1648 SetLastError(GetErrorCodeFromCrCode(cr)); in SetupDiCreateDeviceInfoW()1662 SetLastError(GetErrorCodeFromCrCode(cr)); in SetupDiCreateDeviceInfoW()5032 SetLastError(GetErrorCodeFromCrCode(cr)); in ResetDevice()5056 SetLastError(GetErrorCodeFromCrCode(cr)); in StopDevice()6147 SetLastError(GetErrorCodeFromCrCode(cr)); in SetupDiRestartDevices()6227 SetLastError(GetErrorCodeFromCrCode(cr)); in SetupDiGetCustomDevicePropertyA()[all …]