TDI_ADDRESS_INFO

struct _TDI_ADDRESS_INFO {

ULONG ActivityCount;

TRANSPORT_ADDRESS Address;

} TDI_ADDRESS_INFO, *PTDI_ADDRESS_INFO;

TDI_ADDRESS_INFO defines address information for a query.

Members

ActivityCount

Specifies the number of clients bound to the transport address.

Address

Specifies a TRANSPORT_ADDRESS structure containing the address and its components.

See Also

TRANSPORT_ADDRESS