Source position: jwawindns.pas line 1212
type DNS_SRV_DATA = record
pNameTarget: LPTSTR;
wPriority: Word;
wWeight: Word;
wPort: Word;
Pad: Word;
end;