[This is preliminary documentation and subject to change.]
The MibGetFirst function passes a SNMP MIB-style Get First Request to the routing protocol.
DWORD MibGetFirst(
ULONG InputDataSize, // size of the data for the request
PVOID InputData, // address of the data for the request
ULONG *OutputDataSize, // size of the data returned
PVOID OutputData // address of the data returned
);
On input: This variable contains the size of the output buffer.
On output: This variable contains the size of the data placed in the output buffer. If the initial size was not large enough, the 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 routprot.h.
Import Library: user-defined.
MibGet, MibGetFirst Sample, MibGetNext, MibSet