_com_error::HelpContext
Microsoft-spezifisch
Ruft die IErrorInfo::GetHelpContext-Funktion auf.
DWORD HelpContext( ) const throw( );
Rückgabewert
Gibt das Ergebnis von IErrorInfo::GetHelpContext für das IErrorInfo-Objekt zurück, das innerhalb des _com_error-Objekts erfasst wird. Wenn kein IErrorInfo-Objekt erfasst wird, wird 0 zurückgegeben.
Hinweise
Jeder Fehler beim Aufrufen der IErrorInfo::GetHelpContext-Methode wird ignoriert.
END Microsoft-spezifisch