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 as necessary).
Members
Network
Specifies the AppleTalk network identifier.
Node
Specifies the AppleTalk node identifier.
Socket
Specifies the AppleTalk socket identifier.
See Also