API Documentation > External objects > Object ProExtobj > Function ProExtobjReusableGet
Function ProExtobjReusableGet
Description
Checks for the existence of the reuse attribute of the specified external object.
Synopsis
#include <ProExtobj.h>
ProExtobjReusableGet
(
ProExtobj* object
/* (In)
The handle to the external object
*/
)
Returns
The reuse attribute is set.
PRO_TK_NOT_FOUND
The reuse attribute is not set.
The specified handle was incorrect.
The external object was not found, or the function could not retrieve information.
Sample Code References
User Guide References
Was this helpful?