Source position: lvm.pas line 674
type _LVM_Token = record
TokenText: PAnsiChar;
TokenType: Token_Characterizations;
Position: CARDINAL32;
end;