Description | ||||||||||||||
Gets the alias for a given codebase url and workspace. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcBaseSession::GetServerByUrl | |||||||||||||
pfcBaseSession::GetServerLocation | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProWTUtils.h> | ||||||||||||||
ProError | ProServerAliasGet | ( | ||||||||||||
wchar_t* url | ||||||||||||||
/* (In) | ||||||||||||||
The arbitrary url of the server. | ||||||||||||||
*/ | ||||||||||||||
wchar_t* ws_name | ||||||||||||||
/* (In) | ||||||||||||||
The workspace on the server. Could be NULL | ||||||||||||||
*/ | ||||||||||||||
wchar_t** alias | ||||||||||||||
/* (Out) | ||||||||||||||
The alias of the server. If workspace is NULL and more then one server with the url is registered, returns alias of one of the registered servers. Free this string using ProWstringFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|