PMIB_DELETE callback function (routprot.h)
The MibDelete function passes an SNMP MIB-style Delete Request to the routing protocol.
Syntax
PMIB_DELETE PmibDelete;
DWORD PmibDelete(
[in] ULONG InputDataSize,
[in] PVOID InputData
)
{...}
Parameters
[in] InputDataSize
Specifies the size of the data for the Delete Request.
[in] InputData
Pointer to a buffer that specifies the data for the Delete 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 |