Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Ddevclass.c162 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()
H A Dsetupapi_private.h302 GetErrorCodeFromCrCode(const IN CONFIGRET cr);
H A Ddevinst.c94 GetErrorCodeFromCrCode(const IN CONFIGRET cr) in GetErrorCodeFromCrCode() function
552 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 …]