MibCreate

[This is preliminary documentation and subject to change.]

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

DWORD MibCreate(
  ULONG InputDataSize,  // size of the data for the request
  PVOID InputData       // address of the data for the request
);
 

Parameters

InputDataSize
Specifies the size of the data for the Create Request.
InputData
Pointer to a buffer that contains the data for the Create Request.

Return Values

NO_ERROR
The routing protocol completed the request.
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.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in routprot.h.
  Import Library: user-defined.

See Also

MibCreate Sample, MibDelete