Edit

Share via


PROTOCOL_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 PROTOCOL_SPECIFIC_DATA structure contains memory reserved for data specific to a particular routing protocol.

Syntax

typedef struct _PROTOCOL_SPECIFIC_DATA {
  DWORD PSD_Data[4];
} PROTOCOL_SPECIFIC_DATA, *PPROTOCOL_SPECIFIC_DATA;

Members

PSD_Data

Specifies an array of DWORD variables. This memory is reserved for data that is specific to routing protocols.

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_IP_ROUTE

RTM_IPX_ROUTE