Category External objects, Object ProExtobj

Function ProExtobjExttypeSet


Description
Sets the external owner type for the specified external object.
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjExttypeSet(
ProExtobj* object
/* (In)
The handle to the external object
*/
int external_type
/* (In)
The type of external owner
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the type.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not set the type.

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 )