> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblServiceCallRoutedArgs

> XblServiceCallRoutedArgs

# XblServiceCallRoutedArgs

サービス呼び出しに関する情報を含みます。

## 構文

```cpp theme={null}
typedef struct XblServiceCallRoutedArgs {  
    HCCallHandle call;  
    uint64_t responseCount;  
    const char* fullResponseFormatted;  
} XblServiceCallRoutedArgs  
```

### メンバー

*call*\
型: HCCallHandle

サービス呼び出しのハンドル。

*responseCount*\
型: uint64\_t

このセッションでの応答数。

*fullResponseFormatted*\
型: const char\*

XblServiceCallRoutedArgs 内のすべてのプロパティに対する、完全な応答ログの整形メッセージを返します。

## 要件

**ヘッダー:** xbox\_live\_global\_c.h

## 関連項目

[xbox\_live\_global\_c](/reference/live/xsapi-c/xbox_live_global_c/xbox_live_global_c_members)


## Related topics

- [XblRemoveServiceCallRoutedHandler](/ja-jp/reference/live/xsapi-c/xbox_live_global_c/functions/xblremoveservicecallroutedhandler.md)
- [XblAddServiceCallRoutedHandler](/ja-jp/reference/live/xsapi-c/xbox_live_global_c/functions/xbladdservicecallroutedhandler.md)
- [HCRemoveCallRoutedHandler](/ja-jp/reference/live/httpclient/httpclient/functions/hcremovecallroutedhandler.md)
- [HCAddCallRoutedHandler](/ja-jp/reference/live/httpclient/httpclient/functions/hcaddcallroutedhandler.md)
- [XblInitArgs](/ja-jp/reference/live/xsapi-c/xbox_live_global_c/structs/xblinitargs.md)
