AtlHresultFromWin32

 

Converts a Win32 error code into an HRESULT.

Syntax

      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.

Requirements

Header: atlcomcli.h

See Also

Debugging and Error Reporting Global Functions
HRESULT_FROM_WIN32
AtlHresultFromLastError