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