Description | ||||||||||||||
Gets the codebase url for a given server. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcServerLocation::Location | |||||||||||||
pfcBaseSession::GetServerByAlias | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProWTUtils.h> | ||||||||||||||
ProError | ProServerLocationGet | ( | ||||||||||||
wchar_t* alias | ||||||||||||||
/* (In) | ||||||||||||||
The name used by Creo Parametric to refer to this server. | ||||||||||||||
*/ | ||||||||||||||
wchar_t** location | ||||||||||||||
/* (Out) | ||||||||||||||
The root location for the server. Free this string using ProWstringFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|