Category External objects, Object ProExtobjdata

Function ProExtobjdataSet


Description
Modifies the existing data in the specified object.
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjdataSet(
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 pointer to add
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the data.
PRO_TK_BAD_INPUTSThe data was incorrect.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not set 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 )