Share via


_com_error::GUID

Microsoft Specific

GUID GUID( ) const throw( );

Return Value

Returns the result of IErrorInfo::GetGUID for the IErrorInfo object recorded within the _com_error object. If no IErrorInfo object is recorded, it returns GUID_NULL.

Remarks

Calls the IErrorInfo::GetGUID method. Any failure while calling the IErrorInfo::GetGUID method is ignored.

_com_error Overview

END Microsoft Specific