Unit 'IdWinsock2' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

WSADATA

Declaration

Source position: IdWinsock2.pas line 1365

type WSADATA = record

  wVersion: Word;

  

  wHighVersion: Word;

  

  szDescription: array [0..WSADESCRIPTION_LEN] of TIdAnsiChar;

  

  szSystemStatus: array [0..WSASYS_STATUS_LEN] of TIdAnsiChar;

  

  iMaxSockets: Word;

  

  iMaxUdpDg: Word;

  

  lpVendorInfo: PIdAnsiChar;

  

end;



CT Web help

CodeTyphon Studio