Purpose:
|
Used in
api_set_entity_pattern and in
api_refresh_entity_pattern, to specify checking behavior to follow the application of a pattern (in versions 7 and 8, a logical was used instead, so in adding "check-and-fix", it is backward-compatible with the former type and the associated behavior).
|
|
Filename:
|
kern/kernel/kernutil/law/pattern_enum.hxx
|
|
Values:
|
PAT_CHECK_AND_FIX=-1
|
Apply the pattern and check the results; if the results don't check, change the pattern in the way needed to fix the results, then reapply it
|
|
PAT_DONT_CHECK=FALSE
|
Apply the pattern without checking if the results are valid
|
|
PAT_CHECK_DONT_FIX=TRUE
|
Apply the pattern and check for valid results, roll back if checking fails
|