API 文件集 > Windchill servers > Object ProServerworkspacedata > Function ProServerworkspacedataNameGet
Function ProServerworkspacedataNameGet
Description
Returns the name of the workspace from the workspace data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServerworkspacedataNameGet
(
/* (In)
The workspace data.
*/
wchar_t** name
/* (Out)
The name used for the workspace. Free this using ProWstringFree().
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
Sample Code References
User Guide References
這是否有幫助?