次の方法で共有


RPC クライアント呼び出し情報の取得

Client call (CCALL) call information is displayed by the !rpcexts.getclientcallinfo extension, or by DbgRpc when the -a switch is used.

4 つの省略可能なパラメーターが許可されます。 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. 検索を絞り込むには、知っているパラメーターを指定する必要があります。

パラメーターが指定されていない場合は、システム内のすべての既知の CAL が表示されます。 この (長い可能性がある) 表示の例を次に示します。

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 状態情報の有効化 」を参照してください。