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

/bind-9.11.3/lib/lwres/win32/
H A Dlwconfig.c87 DWORD dwRetVal; local
104 dwRetVal = GetNetworkParams(FixedInfo, &BufLen);
105 if (dwRetVal == ERROR_BUFFER_OVERFLOW) {
108 dwRetVal = GetNetworkParams(FixedInfo, &BufLen);
110 if (dwRetVal != ERROR_SUCCESS) {

Completed in 7 milliseconds