TDI_ADDRESS_NS

typedef struct _TDI_ADDRESS_NS { 
    ULONG   NetworkAddress; 
    UCHAR   NodeAddress[6]; 
    USHORT  Socket; 
} TDI_ADDRESS_NS, *PTDI_ADDRESS_NS; 
 

TDI_ADDRESS_NS contains a XEROX (X)NS address, packed and aligned correctly.

Members

NetworkAddress
Specifies the NS network address.
NodeAddress[6]
Specifies the NS node address.
Socket
Specifies the NS socket identifier.

Comments

A TRANSPORT_ADDRESS structure contains a specified number of elements of type TA_ADDRESS. TDI_ADDRESS_NS defines the Address member of a TA_ADDRESS structure in which the AddressType is set to TDI_ADDRESS_TYPE_NS.

The AddressLength member(s) of the TA_ADDRESS substructure(s) can be set to the system-defined constant TDI_ADDRESS_LENGTH_NS.

See Also

TA_ADDRESS, TA_ADDRESS_NS, TRANSPORT_ADDRESS