Documentación de la API > External objects > Object ProExtobj > Function ProExtobjExttypeGet
Function ProExtobjExttypeGet
Description
Retrieves the owner type of the specified external object.
Synopsis
#include <ProExtobj.h>
ProExtobjExttypeGet
(
ProExtobj* object
/* (In)
The handle to the external object
*/
int* p_external_type
/* (Out)
The type of the external owner
*/
)
Returns
The function successfully retrieved the information.
The external object was not found, or the function could not retrieve the information.
Sample Code References
User Guide References
¿Fue esto útil?