Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The routing protocol calls MIBEntrySet to execute an SNMP MIB-style Set request of the router manager or a peer protocol DLL.
Syntax
DWORD CALLBACK MIBEntrySet(
_In_ DWORD dwRoutingPid,
_In_ DWORD InputDataSize,
_In_ PVOID InputData
);
Parameters
dwRoutingPid [in]
Specifies the identifier of the DLL that processes this request. This parameter can be the identifier of the router manager or the identifier of a routing protocol.InputDataSize [in]
Specifies the size, in bytes, of the data to pass with the Set request.InputData [in]
Pointer to the data to pass with the Set request.
Return value
If the function succeeds, the return value is NO_ERROR.
If the function fails, the return value is one of the following values.
Value | Description |
---|---|
ERROR_CAN_NOT_COMPLETE | The operation failed. |
ERROR_INVALID_PARAMETER | The size or content of the input data is incompatible with the request. |
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
Routprot.h |