API Documentation > Windchill servers > Object ProServerworkspacedata > Function ProServerworkspacedataAlloc
Function ProServerworkspacedataAlloc
Description
Allocates data used to describe a workspace.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServerworkspacedataAlloc
(
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.
*/
/* (Out)
The workspace data.
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
User Guide References
Was this helpful?