Description | ||||||||||||||
Gets aliased url for a given model name. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcServer::GetAliasedUrl | |||||||||||||
Synopsis | ||||||||||||||
#include <ProWTUtils.h> | ||||||||||||||
ProError | ProServerModelNameToAliasedURL | ( | ||||||||||||
wchar_t* alias | ||||||||||||||
/* (In) | ||||||||||||||
an alias of the server where the model resides. | ||||||||||||||
*/ | ||||||||||||||
wchar_t* model_name | ||||||||||||||
/* (In) | ||||||||||||||
model name. | ||||||||||||||
*/ | ||||||||||||||
wchar_t** aliased_url | ||||||||||||||
/* (Out) | ||||||||||||||
The aliased url to the model. Free this string using ProWstringFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|