Hallo!
Da ich noch kein C - Experte bin, brauche ich eure Hilfe. Ich will folgende Struktur nach Pascal übersetzen:
Code:
typedef struct icmp_echo_reply {
IPAddr Address;
ULONG Status;
ULONG RoundTripTime;
USHORT DataSize;
USHORT Reserved;
PVOID Data;
IP_OPTION_INFORMATION Options;
} ICMP_ECHO_REPLY,
*PICMP_ECHO_REPLY;
Kann mir wer helfen?