The TAreaType
enumeration type specifies the profiling area type in methods and properties that you use for automating profiling areas via COM automation.
Declaration
IDL
typedef enum TAreaType
{
atInclude = 0,
atExclude = 1
} TAreaType;
{
atInclude = 0,
atExclude = 1
} TAreaType;
Description
The enumeration contains the following values:
Value | Integer | Description |
---|---|---|
aqInclude |
0 | Specifies that the area is an including profiling area. |
aqExclude |
1 | Specifies that the area is an excluding profiling area. |
For information on differences between these types, see About Areas.
See Also
COM Type Reference
Managing Profiling Areas via COM
IaqCOMAccessAreaManager Object
IaqCOMAccessArea Object