Sun Java System Messaging Server 6 2005Q4 MTA Developer's Reference

mtaVersionMajor()

Obtain the major version number associated with the MTA SDK library.

Syntax

int mtaVersionMajor(void);

Arguments

None

Description

Return the major version number associated with the MTA SDK library.

Return Values

The SDK major version number.

Example


printf("MTA SDK Version %d.%d-%d\n"
       mtaVersionMajor(), mtaVersionMinor(),
       mtaVersionRevision())