[This is preliminary documentation and subject to change.]
The MibSet function passes a SNMP MIB-style Set Request to the routing protocol.
DWORD MibSet(
ULONG 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 routprot.h.
Import Library: user-defined.
MibGet, MibGetFirst, MibGetNext, MibSet Sample