API 文件集 > Windchill servers > Object ProServer > Function ProServerAliasedURLToModelName
Function ProServerAliasedURLToModelName
Description
Gets model name for a given aliased url.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
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
The function succeeded.
One or more inputs was invalid.
The object was not found.
If any other error occures.
User Guide References
這是否有幫助?