MibSet

[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
);
 

Parameters

InputDataSize
Specifies the size of the data for the Set Request.
InputData
Pointer to a buffer that contains the data for the Set Request.

Return Values

NO_ERROR
The routing protocol completed the request.
ERROR_CAN_NOT_COMPLETE
The routing protocol could not complete the request.
ERROR_INVALID_PARAMETER
The size or content of the data is inappropriate for the request.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in routprot.h.
  Import Library: user-defined.

See Also

MibGet, MibGetFirst, MibGetNext, MibSet Sample