Category
External objects
, Object
ProExtobj
Function ProExtobjReftypeGet
Description
Retrieves the type of the external object reference.
Synopsis
#include <
ProExtobjRef.h
>
ProError
ProExtobjReftypeGet
(
ProWExtobjRef
ext_obj_ref
/* (In)
The reference
*/
int*
ext_obj_reftype
/* (Out)
The reference type
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_GENERAL_ERROR
The external object reference was not found, or the function could not retrieve the information.
Manual References:
Event-driven Programming: External Objects: Creating External Object References
Event-driven Programming: External Objects: Creating External Object References
Sample Code References:
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )
pt_examples ( TestCollect.c )