Documentazione API > External objects > Object ProExtobj > Function ProExtobjExtidGet
Function ProExtobjExtidGet
Description
Retrieves the external owner identifier for the specified external object.
Synopsis
#include <ProExtobj.h>
ProExtobjExtidGet
(
ProExtobj* object
/* (In)
The handle to the external object
*/
int* p_external_id
/* (Out)
The external owner identifier
*/
)
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
È stato utile?