Unit 'flcSocketLibSys' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_fundamentals]

WSAIoctl

Declaration

Source position: flcSocketLibWindows.inc line 1124

function WSAIoctl(

  const S: TSocket;

  const IoControlCode: Word32;

  const InBuffer: Pointer;

  const InBufferSize: Word32;

  const OutBuffer: Pointer;

  const OutBufferSize: Word32;

  var BytesReturned: Word32;

  const Overlapped: PWSAOverlapped;

  const CompletionRoutine: TWSAOverlappedCompletionRoutine

):Integer;



CT Web help

CodeTyphon Studio