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

LPFN_RIOCREATEREQUESTQUEUE

Declaration

Source position: IdWinsock2.pas line 3085

type LPFN_RIOCREATEREQUESTQUEUE = function(

  const Socket: TSocket;

  const MaxOutstandingReceive: ULONG;

  const MaxReceiveDataBuffers: ULONG;

  const MaxOutstandingSend: ULONG;

  const MaxSendDataBuffers: ULONG;

  const ReceiveCQ: RIO_CQ;

  const SendCQ: RIO_CQ;

  SocketContext: PVOID

):RIO_RQ;



CT Web help

CodeTyphon Studio