> ## 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)
