[This is preliminary documentation and subject to change.]
The routing protocol should call MibEntryCreate to execute an SNMP MIB-style Create request of the router manager or a peer protocol DLL.
DWORD ( * MibEntryCreate ) (
DWORD TargetProtocolId, // ID of DLL to process the request
DWORD InputDataSize, // size of the data for the request
PVOID InputData // address of the data for the request
);
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in mprapi.h.
Import Library: Link with mprapi.lib.
Protocol Identifiers, MibEntryDelete