TAG Types

Describes the data type of the value associated with a TAG.

Constant/value Description
TAG_TYPE_NULL
0x1000
There is no value associated with the TAG.
TAG_TYPE_BYTE
0x2000
A BYTE value.
TAG_TYPE_WORD
0x3000
A WORD value.
TAG_TYPE_DWORD
0x4000
A DWORD value.
TAG_TYPE_QWORD
0x5000
A ULONGLONG value.
TAG_TYPE_STRINGREF
0x6000
A tokenized string value.
TAG_TYPE_LIST
0x7000
A list of TAG values.
TAG_TYPE_STRING
0x8000
A string value.
TAG_TYPE_BINARY
0x9000
A binary value.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

TAG

TAGID

TAGREF