mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:32:14 +00:00
[IPHLPAPI_APITEST] CurrPorts seems to confirm that timestamp is really a timestamp
This commit is contained in:
parent
f87c88f6fe
commit
73c06d09ff
2 changed files with 11 additions and 22 deletions
|
@ -204,7 +204,7 @@ TDI_STATUS InfoTdiQueryGetConnectionTcpTable(PADDRESS_FILE AddrFile,
|
|||
}
|
||||
|
||||
TcpRow.dwOwningPid = (DWORD)AddrFile->ProcessId;
|
||||
TcpRow.liCreateTimestamp = AddrFile->CreationTime; /* FIXME: to check */
|
||||
TcpRow.liCreateTimestamp = AddrFile->CreationTime;
|
||||
|
||||
if (AddrFile->Listener != NULL)
|
||||
{
|
||||
|
@ -291,7 +291,7 @@ TDI_STATUS InfoTdiQueryGetConnectionUdpTable(PADDRESS_FILE AddrFile,
|
|||
UdpRow.dwLocalAddr = AddrFile->Address.Address.IPv4Address;
|
||||
UdpRow.dwLocalPort = AddrFile->Port;
|
||||
UdpRow.dwOwningPid = (DWORD)AddrFile->ProcessId;
|
||||
UdpRow.liCreateTimestamp = AddrFile->CreationTime; /* FIXME: to check */
|
||||
UdpRow.liCreateTimestamp = AddrFile->CreationTime;
|
||||
UdpRow.dwFlags = 0; /* FIXME */
|
||||
if (Class == TcpUdpClassOwner)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue