Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the calling thread's last-error code value in the form of an HRESULT.
HRESULT AtlHresultFromLastError( );
Remarks
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