Category Windchill servers, Object ProServerworkspacedata

Function ProServerworkspacedataAlloc


Description
Allocates data used to describe a workspace.
Replacement in Object TOOLKIT: pfcServer::CreateWorkspace
Synopsis
#include <ProWTUtils.h>
ProErrorProServerworkspacedataAlloc(
wchar_t* workspace_name
/* (In)
The name of the workspace.
*/
wchar_t* context
/* (In)
The name of the context in which the workspace is stored.
*/
ProServerWorkspaceData* data
/* (Out)
The workspace data.
*/
)
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