XtfConsoleFieldType Enumeration

Identifies the type of the value returned from XtfGetConsoleFieldValue.

Syntax

typedef enum XtfConsoleFieldType
{
    FieldTypeUINT32,
    FieldTypePWCHAR
} XtfConsoleFieldType;  

Constants

Constant Description
FieldTypeUINT32 Value is a UINT32.
FieldTypePWCHAR Value is a PWCHAR.

Requirements

Header: Declared in xtfapi.h.

Library: Use xtfapi.lib.