[This is preliminary documentation and subject to change.]
The routing protocol should call MibEntryGet to execute an SNMP MIB-style Get request of the router manager or a peer protocol DLL.
DWORD ( * MibEntryGet ) (
DWORD TargetProtocolId, // ID of DLL to process request
DWORD InputDataSize, // size of the data for the request
PVOID InputData, // address of the data for the request
DWORD * OutputDataSize, // size of the data returned
PVOID OutputData // address of the data returned
);
On input: This variable contains the size, in bytes, of the output buffer.
On output: This variable contains the size, in bytes, of data placed in the output buffer. If the initial size was not large enough, this variable contains the buffer size required to hold all of the output data.
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, MibEntrySet, MibEntryGetFirst, MibEntryGetNext