Desktop Functions: Smart Device Functions:
|
Search Results for "WSAQUERYSET" in [All]ws2_32
static extern Int32 WSALookupServiceBegin(WSAQUERYSET lpqsRestrictions, Int32 dwControlFlags, ref Int32 lphLookup);
WSAQUERYSET lpRestrictions = new WSAQUERYSET();
WSAQUERYSET qs = new WSAQUERYSET();
qs = Marshal.PtrToStructure<WSAQUERYSET>(pqs); Structures3: WSAQUERYSET
|