Microsoft DirectX 8.0 (C++) |
A variable-length record. The token is followed by a count value that specifies the number of bytes that follow in the name field. An ASCII name of length count completes the record.
Field | Type | Size (bytes) | Contents |
---|---|---|---|
token | WORD | 2 | TOKEN_NAME |
count | DWORD | 4 | Length of name field, in bytes |
name | BYTE array | count | ASCII name |