Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure describes a list of forwarding instructions. This structure can contain an array of LINEFORWARD structures. The lineForwardand TSPI_lineForwardfunctions use the LINEFORWARDLIST structure.

Syntax

typedef struct lineforwardlist_tag {
  DWORD 
dwTotalSize;
  DWORD 
dwNumEntries;
  LINEFORWARD 
ForwardList[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 LINEFORWARDLISTstructure defines the forwarding parameters requested for forwarding calls on an address or on all addresses on a line.

Requirements

Header tapi.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also