Skip to content

$tagTokenListToken structure

Anders Pedersen edited this page Jan 8, 2018 · 2 revisions

Syntax

TokenListToken Structure {
    align 1;
    PTR Next;
    BYTE Type;
    UINT64 Start;
    UINT64 Length;
}

Members

Next

Points to the next TokenListToken Structure

Type

Type identifier

Start

The beginning of the token

Length

The length of the token

Clone this wiki locally