Category External objects, Object ProExtobj

Function ProExtobjWarningEnable


Description
Enables warnings upon the specified action for the specified external object.
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjWarningEnable(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjAction extobjaction
/* (In)
The action type for which the warning is enabled
*/
)
Returns
PRO_TK_NO_ERRORThe warning is enabled for the specified external object.
PRO_TK_BAD_INPUTSYou specified an invalid external object handle or an unsupported action.
PRO_TK_GENERAL_ERRORThe external object was not found, or another problem occurred.

Manual References:

  1. Event-driven Programming: External Objects: Warning Mechanism for External Objects
  2. Event-driven Programming: External Objects: Warning Mechanism for External Objects

Sample Code References:

  1. pt_examples ( TestExtobj.c )