Category Windchill servers, Object ProServer

Function ProServerClassGet


Description
Obtains the class of the Windchill server as Windchill ( for WNC and PDMLink ) or ProjectLink
Replacement in Object TOOLKIT: pfcServerLocation::Class
Synopsis
#include <ProWTUtils.h>
ProErrorProServerClassGet(
wchar_t* server_url
/* (In)
A server codebase url or an alias
*/
wchar_t** server_class
/* (Out)
The server class
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe server couldn't be found at the given location.
See Also
ProServerVersionGet

Manual References:

  1. Data Management: Windchill Operations: Accessing Information Before Registering a Server
  2. Data Management: Windchill Operations: Accessing Information Before Registering a Server

Sample Code References:

  1. pt_wc_server ( PTWCServerUtils.c )