Category Creo Parametric TOOLKIT fundamentals, Object ProExtdata

Function ProExtdataFree


Description
Frees the memory allocated by the ProExtdata API.
Replacement in Object TOOLKIT: pfcExternalDataAccess::ReleaseDataBuffer
Synopsis
#include <ProExtdata.h>
ProExtdataErrProExtdataFree(
void** p_extdata
/* (In)
The handle to the external data
*/
)
Returns
PROEXTDATA_TK_NO_ERRORThe function successfully freed the memory.

Manual References:

  1. Core: External Data: Retrieving External Data

Sample Code References:

  1. pt_examples ( TestGenedata.c )
  2. pt_examples ( TestGenedata.c )