Freigeben über


!rpcexts.getendpointinfo

Die Erweiterung !rpcexts.getendpointinfo durchsucht die RPC-Statusinformationen des Systems nach Endpunktinformationen.

    !rpcexts.getendpointinfo [EndpointName] 
!rpcexts.getendpointinfo -? 

Parameter

EndpointName
Gibt die Nummer des Endpunkts an, der angezeigt werden soll. Wird diese Option nicht angegeben, werden die Endpunkte aller Prozesse auf dem System angezeigt.

-?
Zeigt einen kurzen Hilfetext für diese Erweiterung im Eingabeaufforderungsfenster an.

DLL

Rpcexts.dll

Zusätzliche Informationen

Weitere Informationen zum Debuggen von Microsoft Remote Procedure Call (RPC) finden Sie unter RPC-Debugging.

Hinweise

Diese Erweiterung kann nur mit CDB oder mit WinDbg im Benutzermodus verwendet werden.

Hier ist ein Beispiel:

0:002> !rpcexts.getendpointinfo
Searching for endpoint info ...
## PID  CELL ID   ST PROTSEQ        ENDPOINT
-------------------------------------------------------------
00a8 0000.0001 01            NMP \PIPE\InitShutdown
00a8 0000.0003 01            NMP \PIPE\SfcApi
00a8 0000.0004 01            NMP \PIPE\ProfMapApi
00a8 0000.0005 01           LRPC OLE5
00a8 0000.0007 01            NMP \pipe\winlogonrpc
00c4 0000.0001 01           LRPC ntsvcs
00c4 0000.0003 01            NMP \PIPE\ntsvcs
00c4 0000.0008 01            NMP \PIPE\scerpc
00d0 0000.0001 01            NMP \PIPE\lsass
00d0 0000.0003 01            NMP \pipe\WMIEP_d0
00d0 0000.0006 01           LRPC policyagent
00d0 0000.0007 01            NMP \PIPE\POLICYAGENT
0170 0000.0001 01           LRPC epmapper
0170 0000.0003 01            TCP 135
0170 0000.0005 01            SPX 34280
0170 0000.0006 01             NB 135
0170 0000.0007 01             NB 135
0170 0000.000b 01            NMP \pipe\epmapper
01c0 0000.0001 01            NMP \pipe\spoolss
01c0 0000.0003 01           LRPC spoolss
01c0 0000.0007 01           LRPC OLE7
020c 0000.0001 01           LRPC OLE2
020c 0000.0005 01           LRPC senssvc
020c 0000.0007 01            NMP \pipe\tapsrv
020c 0000.0009 01           LRPC tapsrvlpc
020c 0000.000c 01            NMP \PIPE\ROUTER
020c 0000.0016 01            NMP \pipe\WMIEP_20c
0218 0000.0001 01            NMP \PIPE\winreg
022c 0000.0001 01           LRPC LRPC0000022c.00000001
022c 0000.0003 01            TCP 1041
022c 0000.0005 01            SPX 24576
022c 0000.0006 01            NMP \PIPE\atsvc
0294 0000.0001 01           LRPC OLE3
0378 0000.0001 01           LRPC OLE9
026c 0000.0001 01            TCP 1118
0344 0000.0001 01           LRPC OLE12

Ein ähnliches Beispiel für die Verwendung des Tools DbgRpc finden Sie unter Get RPC Endpoint Information.