Source position: jwawinnt.pas line 5570
type IMAGE_AUX_SYMBOL_TOKEN_DEF = packed record
bAuxType: Byte;
bReserved: Byte;
SymbolTableIndex: DWORD;
rgbReserved: array [0..11] of Byte;
end;