Enum ComErrorCodes
Error and succes codes
Namespace: Syncfusion.CompoundFile.DocIO.Native
Assembly: Syncfusion.DocIO.Base.dll
Syntax
[CLSCompliant(false)]
public enum ComErrorCodes : uintFields
| Name | Description | 
|---|---|
| DV_E_FORMATETC | Invalid FORMATETC structure | 
| E_FAIL | General access denied error. | 
| E_INVALIDARG | No such interface supported. | 
| E_NOTIMPL | Ran out of memory. | 
| E_UNEXPECTED | Catastrophic failure. | 
| OLE_E_ADVISENOTSUPPORTED | This implementation doesn't take advises. | 
| S_FALSE | Success code. | 
| S_OK | Success code. |