LINEFORWARDLIST (Windows CE 5.0)

Send Feedback

This structure describes a list of forwarding instructions. This structure can contain an array of LINEFORWARD structures. The lineForward and TSPI_lineForward functions use the LINEFORWARDLIST structure.

typedef struct lineforwardlist_tag {  DWORDdwTotalSize;DWORDdwNumEntries;LINEFORWARDForwardList[1];} LINEFORWARDLIST, FAR* LPLINEFORWARDLIST; 

Members

  • dwTotalSize
    Total size of the data structure, in bytes.
  • dwNumEntries
    Number of entries in the array specified as ForwardList[].
  • ForwardList
    Array of forwarding instruction. The array's entries are of type LINEFORWARD.

Remarks

This structure may not be extended.

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

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.

See Also

lineForward | TSPI_lineForward

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.