Documentação da API > External objects > Object ProExtobj > Function ProExtobjReftypeSet
Function ProExtobjReftypeSet
Description
Sets the type for the specified external object reference.
Synopsis
#include <ProExtobjRef.h>
ProExtobjReftypeSet
(
ProWExtobjRef ext_obj_ref
/* (In)
The external object reference
*/
int ext_obj_reftype
/* (In)
The type of reference
*/
)
Returns
The function successfully set the type.
One or more of the arguments are invalid.
The external object reference was not found, or the function could not set the type.
Sample Code References
User Guide References
Isto foi útil?