This topic has not yet been rated - Rate this topic

AtlHresultFromWin32

Converts a Win32 error code into an HRESULT.

AtlHresultFromWin32{
   DWORD error
};

Parameters

error
The error value to convert.

Remarks

Converts a Win32 error code into an HRESULT, using the macro HRESULT_FROM_WIN32.

Note   Instead of using HRESULT_FROM_WIN32(GetLastError()), use the function AtlHresultFromLastError.

See Also

Debugging and Error Reporting Global Functions | HRESULT_FROM_WIN32 | AtlHresultFromLastError

Did you find this helpful?
(1500 characters remaining)