Category
Windchill servers
, Object
ProServerworkspacedata
Function ProServerworkspacedataProarrayFree
Description
Frees the memory associated with a given workspace data
ProArray.
Synopsis
#include <
ProWTUtils.h
>
ProError
ProServerworkspacedataProarrayFree
(
ProServerWorkspaceData
*
data_array
/* (In)
The workspace data array.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more inputs was invalid.
Manual References:
Data Management: Windchill Operations: Workspace Data
Sample Code References:
pt_wc_server ( PTWCServerPopulate.c )