Category Windchill servers, Object ProServer

Function ProServerModelNameToAliasedURL


Description
Gets aliased url for a given model name.
Replacement in Object TOOLKIT: pfcServer::GetAliasedUrl
Synopsis
#include <ProWTUtils.h>
ProErrorProServerModelNameToAliasedURL(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_E_NOT_FOUNDThe object was not found.
PRO_TK_GENERAL_ERRORIf any other error occures.

Manual References:

  1. Data Management: Windchill Operations: Utility APIs
  2. Data Management: Windchill Operations: Utility APIs