GXGetValidation
You can use theGXGetValidationfunction to obtain the current validation flags that are set.
gxValidationLevel GXGetValidation(void);
- function result
- The current flags set for validation error checking.
DESCRIPTION
TheGXGetValidationfunction returns thegxValidationLevelparameter set by theGXSetValidationfunction.This function always returns 0 in the non-debugging version of QuickDraw GX.
SEE ALSO
TheGXSetValidationfunction is described in the previous section.