TA_APPLETALK_ADDR

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.

Members

TAAddressCount

Specifies one.

AddressLength

Specifies the length (4 bytes) of an AppleTalk address.

AddressType

Specifies TDI_ADDRESS_TYPE_APPLETALK.

Address[1]

Specifies a single address of type TDI_ADDRESS_APPLETALK.

Comments

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

See Also

TA_ADDRESS, TDI_ADDRESS_APPLETALK, TRANSPORT_ADDRESS