The documentation in the msdn is very vague. Anyone know of a site that has what each in/out is for each iocontrolcode?
Printable View
The documentation in the msdn is very vague. Anyone know of a site that has what each in/out is for each iocontrolcode?
Did you follow the link from the Socket.IOControl method topic to the IOControlCode enumeration topic? It has a description for each enumeration member.
It doesn't explain what each In/Out is though.Quote:
Originally Posted by jmcilhinney
I've never used this stuff so I don't know anything for sure but I'd start here:
http://msdn.microsoft.com/en-us/libr...16(VS.85).aspx
The IOCTLs section seems to discuss the functionality that Socket.IOControl sits on top of.