Category Windchill servers, Object ProServerworkspacedata

Function ProServerworkspacedataNameGet


Description
Returns the name of the workspace from the workspace data.
Replacement in Object TOOLKIT: pfcServerLocation::CollectWorkspaces
Synopsis
#include <ProWTUtils.h>
ProErrorProServerworkspacedataNameGet(
ProServerWorkspaceData data
/* (In)
The workspace data.
*/
wchar_t** name
/* (Out)
The name used for the workspace. Free this using ProWstringFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.

Manual References:

  1. Data Management: Windchill Operations: Workspace Data
  2. Data Management: Windchill Operations: Workspace Data

Sample Code References:

  1. pt_wc_server ( PTWCServerPopulate.c )