Edit

Share via


IPX_SPECIFIC_DATA structure

[This API has been superseded by the Routing Table Manager Version 2 API and will not be available beyond Windows Server 2003. Applications should use the Routing Table Manager Version 2 API.]

The IPX_SPECIFIC_DATA structure contains IPX-specific data.

Syntax

typedef struct _IPX_SPECIFIC_DATA {
  DWORD  FSD_Flags;
  USHORT FSD_TickCount;
  USHORT FSD_HopCount;
} IPX_SPECIFIC_DATA, *PIPX_SPECIFIC_DATA;

Members

FSD_Flags

Specifies flags that describe the route. Currently, this member is either zero or the following flag value.

Value Meaning
IPX_GLOBAL_CLIENT_WAN_ROUTE
Specifies that this route is for the global network allocated for all WAN clients.

FSD_TickCount

Specifies the number of ticks it takes to reach the destination network. Routing protocols other than RIP should convert their metrics into ticks.

FSD_HopCount

Specifies the hop count associated with the route.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows 2000 Server [desktop apps only]
End of server support
Windows Server 2003
Header
Rtm.h

See also

Routing Table Manager Version 1 Reference

Routing Table Manager Version 1 Structures

RTM_IPX_ROUTE