Home
last modified time | relevance | path

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

/reactos/base/applications/network/netstat/
H A Dnetstat.c237 DWORD dwRetVal; in ShowIpStatistics() local
239 if ((dwRetVal = GetIpStatistics(&IpStats)) == NO_ERROR) in ShowIpStatistics()
262 DoFormatMessage(dwRetVal); in ShowIpStatistics()
269 DWORD dwRetVal; in ShowIcmpStatistics() local
304 DoFormatMessage(dwRetVal); in ShowIcmpStatistics()
311 DWORD dwRetVal; in ShowTcpStatistics() local
327 DoFormatMessage(dwRetVal); in ShowTcpStatistics()
334 DWORD dwRetVal; in ShowUdpStatistics() local
346 DoFormatMessage(dwRetVal); in ShowUdpStatistics()
354 DWORD dwRetVal = 0; in ShowEthernetStatistics() local
[all …]
/reactos/dll/win32/shlwapi/
H A Dthread.c385 DWORD dwRetVal; in SHCreateThread() local
388 hThread = CreateThread(NULL, 0, SHLWAPI_ThreadWrapper, &ti, 0, &dwRetVal); in SHCreateThread()
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Ddos.c1783 DWORD dwRetVal = GetFullPathNameA(SEG_OFF_TO_PTR(getDS(), getSI()), in DosInt21h() local
1787 if (dwRetVal == 0) in DosInt21h()