Category External objects, Object ProExtobjdata

Function ProExtobjdataRemove


Description
Removes object data from an existing external object.
Replacement in Object TOOLKIT: wfcExternalObject::RemoveData
wfcExternalObject::GetData
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjdataRemove(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
ProExtobjdataType type
/* (In)
The data type to be removed
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the data.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not delete the data.

Manual References:

  1. Event-driven Programming: External Objects: Manipulating External Object Data
  2. Event-driven Programming: External Objects: Manipulating External Object Data

Sample Code References:

  1. pt_examples ( TestExtobj.c )