local address in TDIEventConnect

Hi All,

I have a driver layered on top of \Device\Tcp. In my TDIEventConnect
handler, I want to know the local address of the connection. When I send a
TDI_QUERY_INFORMATION to get the address, it comes back with 0.0.0.0:4444,
which is what I supplied in the call to bind() in the user mode
application.

Is there a way to get the actual address of the local endpoint (e.g.
192.168.100.69:4444). If there are two network cards in the system, I want
to know which one the connection is coming in on so I can filter
differently.

Thanks in advance

Richie