mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[TCPIP] Return the SubProcessTag when enumerating connections with owner class
This commit is contained in:
@@ -251,8 +251,8 @@ TDI_STATUS InfoTdiQueryGetConnectionTcpTable(PADDRESS_FILE AddrFile,
|
||||
{
|
||||
if (Class == TcpUdpClassOwner)
|
||||
{
|
||||
/* FIXME */
|
||||
RtlZeroMemory(&TcpRow.OwningModuleInfo[0], sizeof(TcpRow.OwningModuleInfo));
|
||||
TcpRow.OwningModuleInfo[0] = (ULONG_PTR)AddrFile->SubProcessTag;
|
||||
}
|
||||
|
||||
Status = InfoCopyOut( (PCHAR)&TcpRow, Size,
|
||||
@@ -295,8 +295,8 @@ TDI_STATUS InfoTdiQueryGetConnectionUdpTable(PADDRESS_FILE AddrFile,
|
||||
UdpRow.dwFlags = 0; /* FIXME */
|
||||
if (Class == TcpUdpClassOwner)
|
||||
{
|
||||
/* FIXME */
|
||||
RtlZeroMemory(&UdpRow.OwningModuleInfo[0], sizeof(UdpRow.OwningModuleInfo));
|
||||
UdpRow.OwningModuleInfo[0] = (ULONG_PTR)AddrFile->SubProcessTag;
|
||||
}
|
||||
|
||||
Status = InfoCopyOut( (PCHAR)&UdpRow,
|
||||
|
||||
Reference in New Issue
Block a user