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.WSANOTINITIALISED

Successful startup not yet performed.

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

See Also

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