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

mtaVersionRevision()

Obtain the revision level associated with the MTA SDK library.

Syntax

int mtaVersionRevision(void);

Arguments

None

Description

Return the revision level associated with the MTA SDK library.

Return Values

The SDK revision level.

Example


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