TKeySequence
The KeySequence stucture for Delphi:
TKeySequence = packed record Flags: DWORD; Reserved: DWORD; Count: Integer; Sequence: ^DWORD; end; PKeySequence = ^TKeySequence;
TKeySequence = packed record Flags: DWORD; Reserved: DWORD; Count: Integer; Sequence: ^DWORD; end; PKeySequence = ^TKeySequence;