Category
External objects
, Object
ProExtobj
Function ProExtobjReusableSet
Description
Sets the reuse attribute for the specified external object.
Synopsis
#include <
ProExtobj.h
>
ProError
ProExtobjReusableSet
(
ProExtobj
*
object
/* (In)
The handle to the external object
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the attribute.
PRO_TK_BAD_INPUTS
The specified handle was incorrect.
PRO_TK_GENERAL_ERROR
The external object was not found, or the function could not set the attribute.
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 )
pt_userguide ( UgExtobjCreate.c )