Important: The information in this document is obsolete and should not be used for new development.
GXValidateTag
You can use theGXValidateTag
function to check the parameters of a tag object.
void GXValidateTag(gxTag target);
target
- A reference to a tag object to be validated.
DESCRIPTION
TheGXValidateTag
function checks the parameters for the tag type, size, contents, and owner count properties for all tag objects. In addition, this function checks any internal caches built for the tag. 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.