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