IErrorInfo Interface
The IErrorInfointerface provides detailed contextual error information.
Implemented by | Used by | Header filename | Import library name |
|---|---|---|---|
Oleaut32.dll (32-bit systems) Ole2disp.dll (16-bit systems) | Applications that receive rich information. | Oleauto.h Dispatch.h | Oleaut32.lib Oledisp.lib |
IUnknown Methods | Description |
|---|---|
Returns pointers to supported interfaces. | |
Increments reference count. | |
Decrements reference count. |
IErrorInfo Methods | Description |
|---|---|
Returns a textual description of the error. | |
Returns the globally unique identifier (GUID) for the interface that defined the error. | |
Returns the Help context identifier (ID) for the error. | |
Returns the path of the Help file that describes the error. | |
Returns the programmatic identifier (ProgID) for the class or application that returned the error. |