Debugging Tools for Windows |
The !rpcexts.getdbgcell extension displays RPC state information for the specified cell.
!rpcexts.getdbgcell -?
Windows 2000 | Unavailable |
Windows XP and later | Rpcexts.dll |
This extension can only be used with CDB or with user-mode WinDbg.
Here is an example:
Getting cell info ...
Call
Status: Active
Procedure Number: 11
Interface UUID start (first DWORD only): 82273FDC
Call ID: 0x0 (0)
Servicing thread identifier: 0x0.3E
Call Flags: cached, LRPC
Last update time (in seconds since boot):1453.459 (0x5AD.1CB)
Caller (PID/TID) is: d0.1ac (208.428)
For a similar example using the DbgRpc tool, see Get RPC Cell Information.
For more information about debugging Microsoft Remote Procedure Call (RPC), see RPC Debugging.