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