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 instruction. The array's entries are of type 
LINEFORWARD. 
 
Remarks
No extensions. 
The 
LINEFORWARDLIST structure defines the forwarding parameters requested for forwarding calls on
an address or on all addresses on a line.
			
				- Software for developers
				
 - 
				Delphi Components
				.Net Components
				Software for Android Developers
				 - More information resources
				
 - 
				MegaDetailed.Net
				Unix Manual Pages
				Delphi Examples