IPX_SPECIFIC_DATA
[This is preliminary documentation and subject to change.]
typedef struct _IPX_SPECIFIC_DATA {
DWORD FSD_Flags;
USHORT FSD_TickCount;
USHORT FSD_HopCount;
} IPX_SPECIFIC_DATA, *PIPX_SPECIFIC_DATA;
Members
-
FSD_Flags
-
Contains flags that describe the route. Currently, this member is either zero or the following flag value.
-
IPX_GLOBAL_CLIENT_WAN_ROUTE
-
Indicates that this route is for the global network allocated for all WAN clients.
-
FSD_TickCount
-
The number of ticks it takes to reach the destination network. Routing protocols other than RIP should convert their metrics into ticks.
-
FSD_HopCount
-
The hop count associated with the route.
See Also
RTM_IPX_ROUTE