Получение сведений о вызове клиента RPC

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. Вы должны указать все параметры, которые вы знаете, чтобы сузить поиск.

Если параметры не заданы, будут отображаться все известные CCALLs в системе. Ниже приведен пример этого (потенциально длинного) отображения:

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 для подробностей.