.
static extern Int32 WSALookupServiceBegin(WSAQUERYSET lpqsRestrictions, Int32 dwControlFlags, ref Int32 lphLookup);
.
Declare Function WSALookupServiceBegin Lib "ws2_32.dll" (TODO) As TODO
.
.
if (WSALookupServiceBegin(ref lpRestrictions, 4080, ref hLookup) != (int)SocketError.SocketError)