Function CDM_MajorVersion


Definition:#include <CDM.h>
Prototype:int CDM_MajorVersion(void);
Arguments:

None: (void)

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

Description:

This function returns the major version of CDM. For example, if the version of CDM is 1.3, it will return 1.

Return Value:

An integer, specifying the major version of the CDM library.

Notes:

This function is equivelant to tip_MajorVersion (Tcl API).

See Also:

CDM_MinorVersion, CDM_Version, CDM_PatchLevel, CDM_ReleaseDate, CDM_ExtendedReleaseDate, tip_MajorVersion


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