NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SocketErrors.WSAEFAULT

Bad address.

[Visual Basic]
Public Const WSAEFAULT As Integer
[C#]
public const int WSAEFAULT;
[C++]
public: const int WSAEFAULT;
[JScript]
public var WSAEFAULT : int;

Remarks

The system detected a bad pointer address in attempting to use a pointer argument of a call. This error occurs if an application passes an invalid pointer value, or if the buffer is too small.

See Also

SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace