Category
External objects
, Object
ProExtobj
Function ProExtobjReusableGet
Description
Checks for the existence of the reuse attribute of the specified external object.
Synopsis
#include <
ProExtobj.h
>
ProError
ProExtobjReusableGet
(
ProExtobj
*
object
/* (In)
The handle to the external object
*/
)
Returns
PRO_TK_NO_ERROR
The reuse attribute is set.
PRO_TK_NOT_FOUND
The reuse attribute is not set.
PRO_TK_BAD_INPUTS
The specified handle was incorrect.
PRO_TK_GENERAL_ERROR
The external object was not found, or the function could not retrieve information.
Manual References:
Event-driven Programming: External Objects: Recycling External Object Identifiers
Event-driven Programming: External Objects: Recycling External Object Identifiers
Sample Code References:
pt_examples ( TestExtobj.c )