Logs an error, an EXCEPINFO structure, in the error log during the property load process for a named property.
HRESULT AddError(
LPCOLESTR pszPropName, //Pointer to the name of the property
// involved with the error
LPEXCEPINFO pException //Pointer to the caller-initialized
// EXCEPINFO structure describing the error
);
E_NOTIMPL is not a valid return code as the method is the only one in the entire interface.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.