API Documentation > External objects > Object ProExtobj > Function ProExtobjReftypeGet
Function ProExtobjReftypeGet
Description
Retrieves the type of the external object reference.
Synopsis
#include <ProExtobjRef.h>
ProExtobjReftypeGet
(
ProWExtobjRef ext_obj_ref
/* (In)
The reference
*/
int* ext_obj_reftype
/* (Out)
The reference type
*/
)
Returns
The function successfully retrieved the information.
The external object reference was not found, or the function could not retrieve the information.
Sample Code References
User Guide References
Was this helpful?