MibEntrySet

[This is preliminary documentation and subject to change.]

The routing protocol should call MibEntrySet to execute an SNMP MIB-style Set request of the router manager or a peer protocol DLL.

DWORD ( * MibEntrySet ) (
  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
);

Parameters

TargetProtocolId
Specifies the ID of the DLL that should process this request. This parameter may be the ID of the router manager or the ID of a routing protocol.
InputDataSize
Specifies the size, in bytes, of the data to pass with the Set request
InputData
Pointer to the data to pass with the Set request.

Return Value

NO_ERROR
The operation completed successfully.
ERROR_CAN_NOT_COMPLETE
The operation failed.
ERROR_INVALID_PARAMETER
The size or content of the input data are incompatible with the request.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in mprapi.h.
  Import Library: Link with mprapi.lib.

See Also

Protocol Identifiers, MibEntryGet