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

/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c959 DWORD dwRetVal = 0; local
975 dwRetVal = GetAdaptersInfo( pAdapterInfo, &ulOutBufLen );
977 if (dwRetVal != NO_ERROR)
1016 DWORD dwRetVal = 0; local
1032 dwRetVal = GetAdaptersInfo( pAdapterInfo, &ulOutBufLen );
1034 if (dwRetVal != NO_ERROR)

Completed in 134 milliseconds