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

/bind-9.6-ESV-R11/lib/lwres/win32/
H A Dlwconfig.c96 DWORD dwRetVal; local
113 dwRetVal = GetNetworkParams(FixedInfo, &BufLen);
114 if (dwRetVal == ERROR_BUFFER_OVERFLOW) {
117 dwRetVal = GetNetworkParams(FixedInfo, &BufLen);
119 if (dwRetVal != ERROR_SUCCESS) {

Completed in 9 milliseconds