The OSPF_PROTO_FILTER_INFO structure MAY<146> be used to contain the OSPF protocol filter information and is used by the following methods:
RRouterInterfaceTransportGetGlobalInfo (section 3.1.4.11)
typedef struct _OSPF_PROTO_FILTER_INFO {
DWORD type;
OSPF_FILTER_ACTION ofaActionOnMatch;
DWORD dwNumProtoIds;
DWORD pdwProtoId[1];
} OSPF_PROTO_FILTER_INFO, *POSPF_PROTO_FILTER_INFO;
type: This MUST be set to OSPF_PROTO_FILTER_INFO_TYPE.
ofaActionOnMatch: Set to 0 or 1 as mentioned in OSPF_FILTER_ACTION (section 2.2.1.1.15).
dwNumProtoIds: The number of protocol IDs present in the pdwProtoId field.
pdwProtoId: A list of protocol IDs. This list MUST contain one or more values defined in MIB_IPFORWARD_PROTO (section 2.2.1.1.9). All other values are ignored.