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>
ProErrorProExtobjReusableGet(
ProExtobj* object
/* (In)
The handle to the external object
*/
)
Returns
PRO_TK_NO_ERRORThe reuse attribute is set.
PRO_TK_NOT_FOUNDThe reuse attribute is not set.
PRO_TK_BAD_INPUTSThe specified handle was incorrect.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not retrieve information.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestExtobj.c )