Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WSAGetLastError" in [All]

ws2_32

1: send
.

If no error occurs, sendto returns the total number of bytes sent, which can be less than the number indicated by len. Otherwise, a value of SOCKET_ERROR is returned, and a specific error code can be retrieved by calling WSAGetLastError.

.

WSAGetLastError.

.

If no error occurs, sendto returns the total number of bytes sent, which can be less than the number indicated by len. Otherwise, a value of SOCKET_ERROR is returned, and a specific error code can be retrieved by calling WSAGetLastError.

.

WSAGetLastError.

.

static extern Int32 WSAGetLastError();

.

Declare Function WSAGetLastError Lib "ws2_32.dll" () As Int32

.
Documentation
[WSAGetLastError] on MSDN

 
Access PInvoke.net directly from VS: