Identifies the type of the value returned from XtfGetConsoleFieldValue.
typedef enum XtfConsoleFieldType
{
FieldTypeUINT32,
FieldTypePWCHAR
} XtfConsoleFieldType;
| Constant | Description |
|---|---|
| FieldTypeUINT32 | Value is a UINT32. |
| FieldTypePWCHAR | Value is a PWCHAR. |
Header: Declared in xtfapi.h.
Library: Use xtfapi.lib.