Category External objects, Object ProExtobj

Function ProExtobjReusableClear


Description
Clears the reuse attribute from the specified external object.
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjReusableClear(
ProExtobj* object
/* (In)
The handle to the external object
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully cleared the attribute.
PRO_TK_BAD_INPUTSThe specified handle was incorrect.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not clear the attribute.

Manual References:

  1. Event-driven Programming: External Objects: Recycling External Object Identifiers

Sample Code References:

  1. pt_examples ( TestExtobj.c )