PMIB_CREATE callback function (routprot.h)

The MibCreate function passes an SNMP MIB-style Create Request to the routing protocol.

Syntax

PMIB_CREATE PmibCreate;

DWORD PmibCreate(
  [in] ULONG InputDataSize,
  [in] PVOID InputData
)
{...}

Parameters

[in] InputDataSize

Specifies the size of the data for the Create Request.

[in] InputData

Pointer to a buffer that specifies the data for the Create 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
ERROR_CAN_NOT_COMPLETE
The routing protocol could not complete the request.
ERROR_INVALID_PARAMETER
Specifies 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

See also

MibDelete

Routing Protocol Interface Functions

Routing Protocol Interface Reference