Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the code and description for errors and warnings returned by various operations.
Inheritance
The ISettingsResult interface inherits from the IUnknown interface. ISettingsResult also has these types of members:
Methods
The ISettingsResult interface has these methods.
| ISettingsResult::GetColumn Returns the column number where the error occurred. |
| ISettingsResult::GetContextDescription Returns the description of the context that surrounds the error. |
| ISettingsResult::GetDescription Returns the description of the error. |
| ISettingsResult::GetErrorCode Returns the HRESULT error code value. |
| ISettingsResult::GetLine Returns the line number where the error has occurred. |
| ISettingsResult::GetSource Returns the file or path where the error has occurred. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | wcmconfig.h |