Category External objects, Object ProExtobjdata

Function ProExtobjdataAdd


Description
Adds data to an existing external object.
Replacement in Object TOOLKIT: wfcExternalObject::AddData
wfcExternalObject::ModifyData
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjdataAdd(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
ProWExtobjdata obj_data
/* (In)
The data to add
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the data.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not add 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 )
  2. pt_examples ( TestExtobj.c )
  3. pt_userguide ( UgExtobjCreate.c )
  4. pt_userguide ( UgExtobjCreate.c )