typedef struct _TA_APPLETALK_ADDR { LONG TAAddressCount; struct _AddrAtalk { USHORT AddressLength; USHORT AddressType; TDI_ADDRESS_APPLETALK Address[1]; } Address [1]; } TA_APPLETALK_ADDRESS, *PTA_APPLETALK_ADDRESS;
TA_APPLETALK_ADDR contains a single AppleTalk transport address, suitable for use as a TRANSPORT_ADDRESS.
TDI defines this structure for convenience in situations requiring a single TDI_ADDRESS of type TDI_ADDRESS_TYPE_APPLETALK.