Freigeben über


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.

Hinweis

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

Requirements

Header: atlcomcli.h

See Also

Concepts

Debugging and Error Reporting Global Functions

HRESULT_FROM_WIN32

AtlHresultFromLastError