Enum STG_ERRORS
Error code which StgOpenStorage method can return after execution.
Namespace: Syncfusion.CompoundFile.XlsIO.Native
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[CLSCompliant(false)]
public enum STG_ERRORS : uint
  Fields
| Name | Description | 
|---|---|
| S_FAIL | Filed.  | 
      
| S_OK | Success code.  | 
      
| STG_E_ACCESSDENIED | Access Denied.  | 
      
| STG_E_FILEALREADYEXISTS | File already exists.  | 
      
| STG_E_FILENOTFOUND | File could not be found.  | 
      
| STG_E_INSUFFICIENTMEMORY | There is insufficient memory available to complete operation.  | 
      
| STG_E_INVALIDFLAG | Invalid flag error.  | 
      
| STG_E_INVALIDFUNCTION | Unable to perform requested operation.  | 
      
| STG_E_INVALIDHANDLE | Attempted an operation on an invalid object.  | 
      
| STG_E_INVALIDNAME | The name is not valid.  | 
      
| STG_E_INVALIDPOINTER | Invalid pointer error.  | 
      
| STG_E_LOCKVIOLATION | A lock violation has occurred.  | 
      
| STG_E_NOTSIMPLEFORMAT | The compound file was not created with the STGM_SIMPLE flag.  | 
      
| STG_E_OLDDLL | The compound file was produced with a newer version of storage.  | 
      
| STG_E_OLDFORMAT | The compound file was produced with an incompatible version of storage.  | 
      
| STG_E_PATHNOTFOUND | The path could not be found.  | 
      
| STG_E_SHAREVIOLATION | A share violation has occurred.  | 
      
| STG_E_TOOMANYOPENFILES | There are insufficient resources to open another file.  |