AtlHresultFromWin32
Visual Studio .NET 2003
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