Microsoft DirectX 8.0 (Visual Basic) |
A variable-length record. The token is followed by a count value that specifies the number of integers that follow in the list field. For efficiency, consecutive integer lists should be compounded into a single list.
Field | Type | Size (bytes) | Contents |
---|---|---|---|
token | WORD | 2 | TOKEN_INTEGER_LIST |
count | DWORD | 4 | Number of integers in list field |
list | DWORD | 4 × count | Integer list |