|
Open CASCADE Technology
7.7.2
|
Enumerations | |
| enum | PCDM_StoreStatus { PCDM_SS_OK, PCDM_SS_DriverFailure, PCDM_SS_WriteFailure, PCDM_SS_Failure, PCDM_SS_Doc_IsNull, PCDM_SS_No_Obj, PCDM_SS_Info_Section_Error, PCDM_SS_UserBreak, PCDM_SS_UnrecognizedFormat } |
| Status of storage of a document on disk. If it is PCDM_SS_OK, the document is successfully saved on disk. Else - there is an error. More... | |
| enum PCDM_StoreStatus |
Status of storage of a document on disk. If it is PCDM_SS_OK, the document is successfully saved on disk. Else - there is an error.
| Enumerator | |
|---|---|
| PCDM_SS_OK |
Document is saved successfully. |
| PCDM_SS_DriverFailure |
Storage driver is not found. |
| PCDM_SS_WriteFailure |
Attempt to write a file on disk failed. |
| PCDM_SS_Failure |
A general error occurred (unexpected) |
| PCDM_SS_Doc_IsNull |
Attempt to save a null document. |
| PCDM_SS_No_Obj |
Document has no objects to be saved. |
| PCDM_SS_Info_Section_Error |
Error occured on writing of an information-section. |
| PCDM_SS_UserBreak |
User interrupted the process of storage of the document on disk. |
| PCDM_SS_UnrecognizedFormat |
No storage driver exist for this document format. |
1.8.10