Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AtlHresultFromLastError

 

Returns the calling thread's last-error code value in the form of an HRESULT.


HRESULT AtlHresultFromLastError( );

AtlHresultFromLastError calls GetLastError to obtain the last error and returns the error after converting it to an HRESULT using the HRESULT_FROM_WIN32 macro.

Requirements

Header: atlcomcli.h

Show: