GetDefaultFileServerID

Returns the current file server ID for the thread group to which the running process belongs

Local Servers:nonblocking
Remote Servers:nonblocking
Classification:3.11, 3.12, 3.2, 4.x, 5.x, 6.x
Service:Server-Based Connection

Syntax

  #include <nwconn.h>  
   
  int GetDefaultFileServerID (void); 
  

Return Values

This function returns the current file server ID.

Remarks

This function returns the current file server ID as an int.

See Also

GetFileServerID

GetDefaultFileServerID Example

  #include <nwconn.h>  
  int   fileServerID;  
  fileServerID = GetDefaultFileServerID ( );