Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Environment and Utilities /
Chapter 4 - QuickDraw GX Debugging / QuickDraw GX Debugging Reference
Functions / Validating Objects


GXValidateInk

You can use the GXValidateInk function to check the parameters of an ink object.

void GXValidateInk(gxInk target);
target
A reference to an ink object to be validated.
DESCRIPTION
The GXValidateInk function checks parameters for the color, transfer mode, attributes, owner count, and tag list properties for all ink objects. In addition, this function checks any internal caches built for the ink. If one or more of the parameters are not valid, QuickDraw GX posts a validation error.

This function is not operational in the non-debugging version of QuickDraw GX.

SEE ALSO
QuickDraw GX validation is introduced in the section "Validation Functions" beginning on page 4-6. The use of validation functions is described in the section "Controlling Validation" beginning on page 4-15.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996