EventManifest Schema Simple Types
The following are the simple types that the EventManifest schema defines.
Simple Type | Description |
---|---|
CountType | Defines a count type that is used to specify the number of elements in an array. |
CSymbolType | Defines a valid C/C++ symbol name. |
filePath | Defines a string that contains a fully qualified path to a file. |
GUIDType | Defines a globally unique identifier type, in Registry format. |
HexInt8Type | Defines a 1-byte hexadecimal type. |
HexInt16Type | Defines a 2-byte hexadecimal type. |
HexInt32Type | Defines a 4-byte hexadecimal type. |
HexInt64Type | Defines an 8-byte hexadecimal type. |
UInt8Type | Defines an unsigned byte type. |
UInt16Type | Defines an unsigned short type. |
UInt32Type | Defines an unsigned integer type. |
UInt64Type | Defines an unsigned long type. |
LengthType | Defines a length type that is used to specify the number of bytes or characters in a variable length data item. |
QNameList | Defines a list of qualified names. |
strTableRef | Defines a string that references a message string that is defined in a string table in the manifest or in a message (.mc) file. |