Desktop Functions: Smart Device Functions:
|
Search Results for "WSALookupServiceNext" in [All]ws2_32
static extern Int32 WSALookupServiceNext(Int32 hLookup, Int32 dwControlFlags,ref Int32 lpdwBufferLength, IntPtr pqsResults);
Declare Function WSALookupServiceNext Lib "ws2_32.dll" (TODO) As TODO
nextresult = WSALookupServiceNext(hLookup, 4080, ref dwLength, pqs); Constants2: WINERROR
/// No more results can be returned by WSALookupServiceNext.
/// No more results can be returned by WSALookupServiceNext. |