Function tip_Status


Prototype: tip_Status(Collection);
Arguments:

Collection: A Collection object. (CDM_Collection)


Prototype: tip_Status(Document);
Arguments:

Collection: A Collection object. (CDM_Collection)

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

Description:

tip_Status(Collection):
This function will return information about the specified Collection. This information will be stored as text in a newly created Tcl object.

This function will always create and return a new Tcl string object. In case of an error, an error message will be prompted.

tip_Status(Document):

Return Value:

tip_Status(Collection):
This function returns a Tcl string object, containing the information of the specified Collection. The caller is responsible to free this object through Tcl_DecrRefCount or tip_Free.

tip_Status(Document):

See Also:

tip_Status(Collection):
tip_Free, Tcl_DecrRefCount

tip_Status(Document):


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