Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Logs an error (using an EXCEPINFO structure) in the error log for a named property.
Syntax
HRESULT retVal = object.AddError(pszPropName, pExcepInfo);
Parameters
pszPropName [in]
Type: LPCOLESTRA pointer to a string containing the name of the property involved with the error. This cannot be NULL.
pExcepInfo [in]
Type: EXCEPINFOA pointer to the caller-initialized EXCEPINFO structure that describes the error to log. This cannot be NULL.
Remarks
E_NOTIMPL is not a valid return code because this is the only method for the IErrorlog interface.