API Documentation > External objects > Object ProExtobj > Function ProExtobjWarningDisable
Function ProExtobjWarningDisable
Description
Disables warnings upon the specified action for the specified external object.
Synopsis
#include <ProExtobj.h>
ProExtobjWarningDisable
(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjAction extobjaction
/* (In)
The action type for which the warning is disabled
*/
)
Returns
The warning is disabled for the specified external object.
You specified an invalid external object handle or an unsupported action.
The external object was not found, or another problem occurred.
Sample Code References
User Guide References
Was this helpful?