OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
DIAG_GETLEVEL

See Also

Syntax

#define DIAG_GETLEVEL(group)
Definition checks.h:415

Header File

checks.h

Description

Gets <group>'s threshold level. Threshold levels are arbitrary numeric values that establish a threshold for enabling macros. A macro with a level greater than the group threshold level will not be executed. For example, if a group has a threshold level of 0 (the default value), all macros that belong to that group and have levels of 1 or greater are ignored.