Provides port addresses which fully differentiate ports within a particular service. A port address includes:
The general address structure is large enough so that known interface addressing schemes will fit within the fields shown.
This structure's fields are large enough to accommodate known interface addressing schemes.
typedef struct tagGenAddr { BYTE byAddressLen; BYTE byNotUsed; WORD wPortID; BYTE Address[28]; } GENADDR, *LPGENADDR;
byAddressLen
byNotUsed
wPortID
Address