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.