The OSPF_PARAM_TYPE enumeration contains an OSPF parameter type that defines the type of information in the following structures:

OSPF_END_PARAM_TYPE: Specifies that there is no more configuration information and marks the end of the configuration.

OSPF_GLOBAL_PARAM_TYPE: Mapped to the OSPF_GLOBAL_PARAM structure.

OSPF_AREA_PARAM_TYPE: Mapped to the OSPF_AREA_PARAM structure.

OSPF_AREA_RANGE_PARAM_TYPE: Mapped to the OSPF_AREA_RANGE_PARAM structure.

OSPF_INTF_PARAM_TYPE: Mapped to the OSPF_INTERFACE_PARAM structure.

OSPF_NEIGHBOR_PARAM_TYPE: Mapped to the OSPF_NBMA_NEIGHBOR_PARAM structure.

OSPF_VIRT_INTF_PARAM_TYPE: Mapped to the OSPF_VIRT_INTF_PARAM structure.

OSPF_ROUTE_FILTER_PARAM_TYPE: Mapped to the OSPF_ROUTE_FILTER_PARAM structure.

OSPF_PROTOCOL_FILTER_PARAM_TYPE: Mapped to the OSPF_PROTOCOL_FILTER_PARAM structure.