RwSetDebugAssertionState(RwState state);
Description
Enables or disables the generation of assertion messages.
Arguments
state The enable/disable flag.
Return Value
None.
Comments
The assertion message states are:
rwON Assertion messages are enabled.
rwOFF Assertion messages are disabled.
See Also