MPR50_SERVICE_CHARACTERISTICS structure (stm.h)

The MPR_SERVICE_CHARACTERISTICS structure contains information used to register a routing protocol with the router manager.

Syntax

typedef struct _MPR50_SERVICE_CHARACTERISTICS {
  MPR40_SERVICE_CHARACTERISTICS mscMpr40ServiceChars;
} MPR50_SERVICE_CHARACTERISTICS;

Members

mscMpr40ServiceChars

Remarks

The members of this structure are pointers to Service Table Management functions implemented in the routing protocol DLL. The routing protocol fills in the address values for these pointers during a call to the RegisterProtocol function.

Only routing protocol DLLs that support services need to fill in the MPR_SERVICE_CHARACTERISTICS structure.

For a complete description of a particular function pointed to by one of the structure members, see the reference page for that function.

To use this structure, the user should add -DMPR50=1 to the compiler flags.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Header stm.h

See also

MPR_ROUTING_CHARACTERISTICS

Protocol Identifiers

RegisterProtocol

Routing Protocol Interface Reference

Routing Protocol Interface Structures