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 "WSALookupServiceBegin" in [All]

ws2_32

.

static extern Int32 WSALookupServiceBegin(WSAQUERYSET lpqsRestrictions, Int32 dwControlFlags, ref Int32 lphLookup);

.

Declare Function WSALookupServiceBegin Lib "ws2_32.dll" (TODO) As TODO

.
Documentation
[WSALookupServiceBegin] on MSDN
.

        if (WSALookupServiceBegin(ref lpRestrictions, 4080, ref hLookup) != (int)SocketError.SocketError)


 
Access PInvoke.net directly from VS: