TA_ADDRESS_NS

typedef struct _TA_ADDRESS_NS {
    LONG  TAAddressCount;
    struct  _AddrNs {
        USHORT          AddressLength;
        USHORT          AddressType;
        TDI_ADDRESS_NS  Address[1];
    } Addresss[1];
} TA_NS_ADDRESS, *PTA_NS_ADDRESS;

TA_ADDRESS_NS contains a single (X)NS transport address, suitable for use as a TRANSPORT_ADDRESS.

Members

TAAddressCount
Specifies one.
AddressLength
Specifies the length (12 bytes) of an NS address.
AddressType
Specifies TDI_ADDRESS_TYPE_NS.
Address[1]
Specifies a single address of type TDI_ADDRESS_NS.

Comments

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

See Also

TA_ADDRESS, TDI_ADDRESS_NS, TRANSPORT_ADDRESS