TA_IPX_ADDRESS structure

The TA_IPX_ADDRESS structure contains a single IPX transport address, suitable for use as a TRANSPORT_ADDRESS.

Syntax

typedef struct _TA_ADDRESS_IPX {
  LONG            TAAddressCount;
  struct _AddrIpx {
    USHORT          AddressLength;
    USHORT          AddressType;
    TDI_ADDRESS_IPX Address[1];
  } Address[1];
} TA_IPX_ADDRESS, *PTA_IPX_ADDRESS;

Members

  • TAAddressCount
    Specifies one.

  • Address
    Specifies a single address of a structure with the following members:

    • AddressLength
      Specifies the length (12 bytes) of an IPX address.

    • AddressType
      Specifies TDI_ADDRESS_TYPE_IPX.

    • Address
      Specifies a single address of type TDI_ADDRESS_IPX.

Remarks

TDI defines this structure for convenience in situations requiring a single TDI_ADDRESS of type TDI_ADDRESS_TYPE_IPX.

Note   The TDI feature is deprecated and will be removed in future versions of Microsoft Windows. Depending on how you use TDI, use either the Winsock Kernel (WSK) or Windows Filtering Platform (WFP). For more information about WFP and WSK, see Windows Filtering Platform and Winsock Kernel. For a Windows Core Networking blog entry about WSK and TDI, see Introduction to Winsock Kernel (WSK).

 

Requirements

Header

Tdi.h (include Tdi.h or TdiKrnl.h)

See also

TA_ADDRESS

TDI_ADDRESS_IPX

TRANSPORT_ADDRESS

 

 

Send comments about this topic to Microsoft