Indy 9
TWSAProtocol_InfoA
Unit: IdWinSock2
TWSAProtocol_InfoA = record
  dwServiceFlags1: LongInt;
  dwServiceFlags2: LongInt;
  dwServiceFlags3: LongInt;
  dwServiceFlags4: LongInt;
  dwProviderFlags: LongInt;
  ProviderId: TGUID;
  dwCatalogEntryId: LongInt;
  ProtocolChain: TWSAProtocolChain;
  iVersion: Integer;
  iAddressFamily: Integer;
  iMaxSockAddr: Integer;
  iMinSockAddr: Integer;
  iSocketType: Integer;
  iProtocol: Integer;
  iProtocolMaxOffset: Integer;
  iNetworkByteOrder: Integer;
  iSecurityScheme: Integer;
  dwMessageSize: LongInt;
  dwProviderReserved: LongInt;
  szProtocol: Array[0..WSAPROTOCOL_LEN+1-1] of Char;
  end;
Unit
IdWinSock2
Members
dwServiceFlags1: LongInt;
dwServiceFlags1
dwServiceFlags2: LongInt;
dwServiceFlags2
dwServiceFlags3: LongInt;
dwServiceFlags3
dwServiceFlags4: LongInt;
dwServiceFlags4
dwProviderFlags: LongInt;
dwProviderFlags
ProviderId: TGUID;
ProviderId
dwCatalogEntryId: LongInt;
dwCatalogEntryId
ProtocolChain: TWSAProtocolChain;
ProtocolChain
iVersion: Integer;
iVersion
iAddressFamily: Integer;
iAddressFamily
iMaxSockAddr: Integer;
iMaxSockAddr
iMinSockAddr: Integer;
iMinSockAddr
iSocketType: Integer;
iSocketType
iProtocol: Integer;
iProtocol
iProtocolMaxOffset: Integer;
iProtocolMaxOffset
iNetworkByteOrder: Integer;
iNetworkByteOrder
iSecurityScheme: Integer;
iSecurityScheme
dwMessageSize: LongInt;
dwMessageSize
dwProviderReserved: LongInt;
dwProviderReserved
szProtocol: Array[0..WSAPROTOCOL_LEN+1-1] of Char;
szProtocol
Description
TWSAProtocol_InfoA

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.