This method is specific to version 3, or higher, of the OS/2 operating system.
This instance method returns the fully qualified server name of this network group.
#define INCL_WINWORKPLACE #include <os2.h> WPServer *somSelf; /* Pointer to the object on which the method is being invoked. */ PSZ pszName; /* Fully qualified server name of the server group. */ pszName = _wpQuerySrvrIdentity(somSelf);