Category External objects, Object ProExtobj

Function ProExtobjExttypeGet


Description
Retrieves the owner type of the specified external object.
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjExttypeGet(
ProExtobj* object
/* (In)
The handle to the external object
*/
int* p_external_type
/* (Out)
The type of the external owner
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not retrieve the information.

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 )
  2. pt_examples ( TestExtobj.c )