void tsmParseInitArgs ( int argc, char **argv )

Implement any standard tsmApi command line options

Documentation

Implement any standard tsmApi command line options.

This function can be used to allow your programs to support any standard command line arguments for setting initial tsmApi state. If used, it should be the first tsmApi call that you make.

Currently the supported options are:

N.B. The string comparison for option matching is case sensitive.

Returns:
Nothing (void)
Parameters:
argc - the number of arguments passed to main()
argv - the array of command line strings passed to main()
Author:
Martin Reddy
Version:
10 March 1998
See Also:
tsmParseReadArgs, tsmParseWriteArgs, tsmParseConnectArgs, tsmDescribeArgs, tsmGetArg


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page