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

TRANSMIT_PACKETS_ELEMENT

Declaration

Source position: IdWinsock2.pas line 1555

type TRANSMIT_PACKETS_ELEMENT = record

  dwElFlags: ULONG;

  

  cLength: ULONG;

  

  case Integer of

    1: (

        nFileOffset: TLargeInteger;

  

        hFile: THandle;

  

      );

    2: (

        pBuffer: Pointer;

  

      );

end;



CT Web help

CodeTyphon Studio