TipcSrvConnGetGmdDirName


Name

TipcSrvConnGetGmdDirName — get the GMD area sub-directory name of the connection to RTserver

Synopsis

T_BOOL TipcSrvConnGetGmdDirName(srv, gmd_dir_name_return) 
T_IPC_SRV srv; 
T_STR *gmd_dir_name_return; 

Arguments

srv — connection handle to RTserver

gmd_dir_name_return — returned sub-directory name of the GMD area for the connection to RTserver

Return Values

TRUE if the GMD area sub-directory name was successfully returned for the connection to RTserver, FALSE otherwise.

Diagnostics

If TipcSrvConnGetGmdDirName fails, it returns FALSE and sets the global SmartSockets error number to:

Description

TipcSrvConnGetGmdDirName returns the GMD area sub-directory name for the connection to RTserver.

Caution

None

See Also

TipcSrvConnSetGmdDirName

Examples

This example gets the GMD area sub-directory of the connection to RTserver:

T_STR gmd_dir_name; 
 
if (!TipcSrvConnGetGmdDirName(srv, &gmd_dir_name)) { 
  return;  /* error */ 
} 

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