Searched defs:lpqsRestrictions (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c256 WSALookupServiceBeginA(LPWSAQUERYSETA lpqsRestrictions, argument
262 LPSTR name = lpqsRestrictions->lpszServiceInstanceName;
263 LPGUID class = lpqsRestrictions->lpServiceClassId;
275 /* strcpy(lpqsRestrictions->lpszQueryString, nbuff); */
276 lpqsRestrictions->lpszServiceInstanceName = nbuff;
278 ret = _org_WSALookupServiceBeginA(lpqsRestrictions,
326 WSALookupServiceBeginW(LPWSAQUERYSETW lpqsRestrictions, argument
332 ret = _org_WSALookupServiceBeginW(lpqsRestrictions,

Completed in 1051 milliseconds