Category External objects, Object ProExtobj

Function ProExtobjExtidSet


Description
Sets the external owner identifier of the specified external object.
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjExtidSet(
ProExtobj* object
/* (In)
The handle to the external object
*/
int external_id
/* (In)
The external owner identifier
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the identifier.
PRO_TK_BAD_INPUTSThe identifier was incorrect.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not set the identifier.

Manual References:

  1. Event-driven Programming: External Objects: External Types and Identifiers for External Objects
  2. Event-driven Programming: External Objects: External Types and Identifiers for External Objects

Sample Code References:

  1. pt_examples ( TestExtobj.c )