Documentación de la API > External objects > Object ProExtobj > Function ProExtobjWarningEnable
Function ProExtobjWarningEnable
Description
Enables warnings upon the specified action for the specified external object.
Synopsis
#include <ProExtobj.h>
ProExtobjWarningEnable
(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjAction extobjaction
/* (In)
The action type for which the warning is enabled
*/
)
Returns
The warning is enabled 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
¿Fue esto útil?