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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c1334 WSAResetEvent(WSAEVENT a0) function
1339 idnLogPrintf(idn_log_level_trace, "stub WSAResetEvent() called\n");
1343 if ((p = GetProcAddress(DLLHANDLE, "WSAResetEvent")) == NULL) {
1344 FATAL("cannot find entry WSAResetEvent (%d)\n", GetLastError());

Completed in 786 milliseconds