Documentação da API > External objects > Object ProExtobj > Function ProExtobjClassWarningDisable
Function ProExtobjClassWarningDisable
Description
Disables warnings upon the specified action for the external object class (so created objects of this class that are subsequently created will inherit the disabled warning).
Synopsis
#include <ProExtobj.h>
ProExtobjClassWarningDisable
(
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
ProExtobjAction extobjaction
/* (In)
The action type for which the warning is disabled
*/
)
Returns
The warning is disabled for the specified external object class.
You specified an invalid class handle or an unsupported action.
The external object class was not found, or another problem occurred.
Sample Code References
User Guide References
Isto foi útil?