Client call (CCALL) call information is displayed by the !rpcexts.getclientcallinfo extension, or by DbgRpc when the -a switch is used.
允许使用四个可选参数。 Three of these -- CallID, IfStart, and ProcNum -- are identifying information used by RPC to keep track of its calls. The fourth parameter, ProcessID, is the PID of the process that owns the call. 应提供要缩小搜索范围的任何参数。
如果未提供任何参数,系统中的所有已知 CCALL 都将显示。 下面是此(可能较长)显示的示例:
D:\wmsg>dbgrpc -a
Searching for call info ...
## PID CELL ID PNO IFSTART TIDNUMBER CALLID LASTTIME PS CLTNUMBER ENDPOINT
------------------------------------------------------------------------------
0390 0000.0001 0000 19bb5061 0000.0000 00000001 00072bff 07 0000.0002 1120
有关可选参数的详细信息,请参阅 DbgRpc Command-Line 选项。
For a similar example using the RPC debugger extensions, see !rpcexts.getclientcallinfo.
Note Information about Client Call objects is only gathered if the Full state information is being gathered. 有关详细信息,请参阅 “启用 RPC 状态信息 ”。