Source position: jwawindns.pas line 1167
type DNS_KEY_DATA = record
wFlags: Word;
chProtocol: Byte;
chAlgorithm: Byte;
Key: array [0..1-1] of Byte;
end;