Skip to content

Latest commit

 

History

History
148 lines (110 loc) · 3.38 KB

nf-mprapi-mpradminmibgettrapinfo.md

File metadata and controls

148 lines (110 loc) · 3.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mprapi.MprAdminMIBGetTrapInfo
MprAdminMIBGetTrapInfo function (mprapi.h)
The MprAdminMIBGetTrapInfo function queries the module that set a trap event for more information about the trap.
MprAdminMIBGetTrapInfo
MprAdminMIBGetTrapInfo function [RAS]
_mpr_mpradminmibgettrapinfo
mprapi/MprAdminMIBGetTrapInfo
rras.mpradminmibgettrapinfo
rras\mpradminmibgettrapinfo.htm
RRAS
626c66c8-db7b-4be3-b5b0-c10a41ca46cc
12/05/2018
MprAdminMIBGetTrapInfo, MprAdminMIBGetTrapInfo function [RAS], _mpr_mpradminmibgettrapinfo, mprapi/MprAdminMIBGetTrapInfo, rras.mpradminmibgettrapinfo
mprapi.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Mprapi.dll
Windows
19H1
MprAdminMIBGetTrapInfo
mprapi/MprAdminMIBGetTrapInfo
c++
APIRef
kbSyntax
DllExport
Mprapi.dll
MprAdminMIBGetTrapInfo

MprAdminMIBGetTrapInfo function

-description

The MprAdminMIBGetTrapInfo function queries the module that set a trap event for more information about the trap.

-parameters

-param hMibServer [in]

Handle to the router on which to execute this call. Obtain this handle by calling MprAdminMIBServerConnect.

-param dwProtocolId [in]

Specifies a DWORD variable that contains the protocol family identifier.

-param dwRoutingPid [in]

Specifies a DWORD variable that contains the identifier of the routing protocol.

-param lpInData [in]

Specifies the address of the input data.

-param dwInDataSize [in]

Specifies a DWORD variable that contains the size, in, bytes of the data pointed to by lpInData.

-param lplpOutData [out]

Receives, the address of a pointer to the output data.

-param lpOutDataSize [in, out]

On input, pointer to a DWORD variable.

On output, receives the size, in bytes, of the data pointed to by * lplpOutData.

-returns

If the functions succeeds, the return value is NO_ERROR

If the function fails, the return value is one of the following error codes.

Value Description
ERROR_ACCESS_DENIED
The caller does not have sufficient privileges.
ERROR_UNKNOWN_PROTOCOL_ID
The dwTransportId value does not match any installed router manager.
ERROR_NOT_ENOUGH_MEMORY
Insufficient resources to complete the operation.

-see-also

MprAdminMIBSetTrapInfo

Router Management MIB Functions

Router Management MIB Reference