Get Platform and Software Info Functions (TutGet*)


These functions are used to retrieve various information about the platform the process is running and what version of SmartSockets is being used.

TutGetIntFormat — determine the integer number format of this computer

T_INT_FORMAT TutGetIntFormat() 

TutGetNodeName — determine the name of the current node

T_STR TutGetNodeName(name_return) 
T_STR name_return; 

TutGetRealFormat — determine the real number format of this computer

T_REAL_FORMAT TutGetRealFormat() 

TutGetSocketDir — get name of directory where local socket files are written

T_STR TutGetSocketDir() 

TutGetVersionName — get SmartSockets software version name

T_STR TutGetVersionName() 

TutGetVersionNumber — get SmartSockets software version number

T_INT4 TutGetVersionNumber() 

TIBCO SmartSockets™ API Quick Reference
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com