Function CDM_RegisterCollectionType


Definition:#include <CDM.h>
Prototype:int CDM_RegisterCollectionType(char *type, CDM_LoadCollectionProc *loadCollectionPtr, CDM_SaveCollectionProc *saveCollectionPtr, CDM_LoadDocumentProc *loadDocumentPtr, CDM_SaveDocumentProc *saveDocumentPtr, CDM_CollectionXIdsProc *CollectionXIdsPtr, CDM_CollectionIdsProc *CollectionIdsPtr, CDM_DocumentAttributesProc *DocumentAttrsPtr);
Arguments:

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Return Value:

The return value from this function will be a standart Tcl completion code (of type int) with one of the values TCL_OK and TCL_ERROR. If the requested Attribute exists and is successfully removed, then TCL_OK will be returned. In case of an error, the return value will be TCL_ERROR and an error message describing the error will be left at the current Tcl interpreter (CDM_Interp).


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.