TDI_ADDRESS_APPLETALK

typedef struct _TDI_ADDRESS_APPLETALK {

USHORT Network;

UCHAR Node;

UCHAR Socket;

} TDI_ADDRESS_APPLETALK, *PTDI_ADDRESS_APPLETALK;

TDI_ADDRESS_APPLETALK contains an AppleTalk address, packed and aligned correctly.

Members

Network

Specifies the AppleTalk network identifier.

Node

Specifies the AppleTalk node identifier.

Socket

Specifies the AppleTalk socket identifier.

Comments

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

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

See Also

TA_ADDRESS, TA_APPLETALK_ADDR, TRANSPORT_ADDRESS