Category External objects, Object ProExtobj

Function ProExtobjWarningDisable


Description
Disables warnings upon the specified action for the specified external object.
Synopsis
#include <ProExtobj.h>
ProErrorProExtobjWarningDisable(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjAction extobjaction
/* (In)
The action type for which the warning is disabled
*/
)
Returns
PRO_TK_NO_ERRORThe warning is disabled 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

Sample Code References:

  1. pt_examples ( TestExtobj.c )