Hi,
I am writing a Program that sould write/read some Data on a Ethernet device
(*msloop) . for now i am sending a Ping on the IP of the ms loopback to
creat some trafic.
My problem is:
when i try to do a ReadFile on the loopback adapter i get whit
GetLastError() the error code 50 (ERROR_NOT_SUPPORTED 50 (0x32)).
What sould i do to be able to read from the adapter?
Thanks