mal wieder was Neues gelernt
also wenn die Beiden jetzt im Grunde in dem selben ULONG/LongWord drinliegen, dann sieht es wohl so aus
Delphi-Quellcode:
type
_NDIS_TCP_LARGE_SEND_OFFLOAD_V1 = record
IPv4: record
Encapsulation: LongWord;
MaxOffLoadSize: LongWord;
MinSegmentCount: LongWord;
Tcp_Ip_Options: LongWord;
end;
end;
NDIS_TCP_LARGE_SEND_OFFLOAD_V1 = _NDIS_TCP_LARGE_SEND_OFFLOAD_V1;
PNDIS_TCP_LARGE_SEND_OFFLOAD_V1 = ^_NDIS_TCP_LARGE_SEND_OFFLOAD_V1;
const
TcpOptionsMask = $00000003;
IpOptionsMask = $0000000C;