PROTOCOL_SPECIFIC_DATA

[This is preliminary documentation and subject to change.]

The PROTOCOL_SPECIFIC_DATA structure contains memory reserved for data specific to a particular routing protocol.

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

Members

PSD_Data[4]
Array of DWORD variables. This memory is reserved for routing protocol specific data.

See Also

RTM_IP_ROUTE, RTM_IPX_ROUTE