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

# XblPresenceStopTrackingUsers

> XblPresenceStopTrackingUsers

# XblPresenceStopTrackingUsers

실시간 디바이스 및 타이틀 현재 상태 업데이트가 추적될 사용자 목록을 구성합니다. 지정된 사용자에 대한 현재 상태 업데이트가 더 이상 수신되지 않습니다.

## Syntax

```cpp theme={null}
HRESULT XblPresenceStopTrackingUsers(  
         XblContextHandle xblContextHandle,  
         const uint64_t* xuids,  
         size_t xuidsCount  
)  
```

### Parameters

*xblContextHandle*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

로컬 사용자의 XBOX live 컨텍스트입니다.

*xuids*   \_In\_\
Type: uint64\_t\*

추적 대상 사용자 목록에서 제거할 XboxUserID의 배열입니다.

*xuidsCount*   \_In\_\
Type: size\_t

xuids 배열의 길이입니다.

### Return value

Type: HRESULT

이 API 작업의 HRESULT 반환 코드입니다.

## Requirements

**Header:** presence\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[presence\_c](/reference/live/xsapi-c/presence_c/presence_c_members)


## Related topics

- [XblPresenceStopTrackingAdditionalTitles](/ko/reference/live/xsapi-c/presence_c/functions/xblpresencestoptrackingadditionaltitles.md)
- [XblUserStatisticsStopTrackingUsers](/ko/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsstoptrackingusers.md)
- [XblUserStatisticsStopTrackingStatistics](/ko/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsstoptrackingstatistics.md)
- [XblPresenceGetPresenceForMultipleUsersAsync](/ko/reference/live/xsapi-c/presence_c/functions/xblpresencegetpresenceformultipleusersasync.md)
- [XblPresenceTrackUsers](/ko/reference/live/xsapi-c/presence_c/functions/xblpresencetrackusers.md)
