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 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 |
---|---|
|
The routing protocol could not complete the request. |
|
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 |