PMIB_SET callback function (routprot.h)
The MibSet function passes a SNMP MIB-style Set Request to the routing protocol.
Syntax
PMIB_SET PmibSet;
DWORD PmibSet(
[in] ULONG InputDataSize,
[in] PVOID InputData
)
{...}
Parameters
[in] InputDataSize
Specifies the size of the data for the Set Request.
[in] InputData
Pointer to a buffer that specifies the data for 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 error codes.
Value | Description |
---|---|
|
The routing protocol could not complete the request. |
|
The size or content of the data is inappropriate for the request. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | routprot.h |