TipcSubjectGetUnique


Name

TipcSubjectGetUnique — get the unique subject of the process

Synopsis

T_STR TipcSubjectGetUnique() 

Arguments

None

Return Values

The unique subject name of the process.

Diagnostics

None

Description

TipcSubjectGetUnique returns the absolute unique subject name of the process as defined by the Unique_Subject option.

Caution

None

See Also

TipcSubjectValid, TipcSubjectMatch

Examples

This example sets the unique subject, then prints it out:

TutCommandParseStr("setopt unique_subject myclient"); 
 
TutOut("Unique Subject set to <%s>\n", TipcSubjectGetUnique()); 

TIBCO SmartSockets™ Application Programming Interface
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com