TKeySequence = packed record Flags: DWORD; Reserved: DWORD; Count: Integer; Sequence: ^DWORD; end; PKeySequence = ^TKeySequence;