Einzelnen Beitrag anzeigen

Waldteufel
(Gast)

n/a Beiträge
 
#2

Re: ICMP_ECHO_REPLY Struktur in Pascal übersetzen

  Alt 30. Apr 2005, 18:39
Hi.

Entsprechung in Delphi/Pascal:

Delphi-Quellcode:
type
  PICMP_ECHO_REPLY = ^TICMP_ECHO_REPLY;

  TICMP_ECHO_REPLY = packed record
    Address : IPAddr;
    Status, RoundTripTime : LongWord;
    DataSize, Reserved : Word;
    Data : Pointer;
    Options : TIP_OPTIONS_INFORMATION;
  end;
  Mit Zitat antworten Zitat