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

서비스 호출에 대한 정보를 포함합니다.

## Syntax

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

### Members

*call*\
Type: HCCallHandle

서비스 호출에 대한 핸들입니다.

*responseCount*\
Type: uint64\_t

이 세션의 응답 수입니다.

*fullResponseFormatted*\
Type: const char\*

XblServiceCallRoutedArgs의 모든 속성에 대한 전체 응답 로그 형식이 지정된 메시지를 반환합니다.

## Requirements

**Header:** xbox\_live\_global\_c.h

## See also

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


## Related topics

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