Category Windchill servers, Object ProServerworkspacedata

Function ProServerworkspacedataProarrayFree


Description
Frees the memory associated with a given workspace data ProArray.
Synopsis
#include <ProWTUtils.h>
ProErrorProServerworkspacedataProarrayFree(
ProServerWorkspaceData* data_array
/* (In)
The workspace data array.
*/
)
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

Sample Code References:

  1. pt_wc_server ( PTWCServerPopulate.c )