Searched refs:dwRetVal (Results 1 – 3 of 3) sorted by relevance
237 DWORD dwRetVal; in ShowIpStatistics() local239 if ((dwRetVal = GetIpStatistics(&IpStats)) == NO_ERROR) in ShowIpStatistics()262 DoFormatMessage(dwRetVal); in ShowIpStatistics()269 DWORD dwRetVal; in ShowIcmpStatistics() local304 DoFormatMessage(dwRetVal); in ShowIcmpStatistics()311 DWORD dwRetVal; in ShowTcpStatistics() local327 DoFormatMessage(dwRetVal); in ShowTcpStatistics()334 DWORD dwRetVal; in ShowUdpStatistics() local346 DoFormatMessage(dwRetVal); in ShowUdpStatistics()354 DWORD dwRetVal = 0; in ShowEthernetStatistics() local[all …]
385 DWORD dwRetVal; in SHCreateThread() local388 hThread = CreateThread(NULL, 0, SHLWAPI_ThreadWrapper, &ti, 0, &dwRetVal); in SHCreateThread()
1783 DWORD dwRetVal = GetFullPathNameA(SEG_OFF_TO_PTR(getDS(), getSI()), in DosInt21h() local1787 if (dwRetVal == 0) in DosInt21h()