LINEFORWARDLIST

The LINEFORWARDLIST structure describes a list of forwarding instructions.

typedef struct lineforwardlist_tag {
    DWORD  dwTotalSize;
    DWORD  dwNumEntries;
    LINEFORWARD  ForwardList[1];
} LINEFORWARDLIST, FAR *LPLINEFORWARDLIST;
 

Members

dwTotalSize
The total size in bytes of the data structure.
dwNumEntries
Number of entries in the array specified as ForwardList[ ].
ForwardList[ ]
An array of forwarding instructions. The array's entries are of type LINEFORWARD.

Remarks

Not extensible.

The LINEFORWARDLIST structure defines the forwarding parameters requested for forwarding calls on an address or on all addresses on a line.

See Also

LINE_ADDRESSSTATE, LINEFORWARD, TSPI_lineForward, TSPI_lineGetAddressStatus