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

# XblPrivacyMuteListChangeEventArgs

> XblPrivacyMuteListChangeEventArgs

# XblPrivacyMuteListChangeEventArgs

음소거 목록 변경에 대한 이벤트 인수입니다.

## Syntax

```cpp theme={null}
typedef struct XblPrivacyMuteListChangeEventArgs {  
    XblPrivacyListChangeType changeType;  
    uint64_t* xuids;  
    size_t xuidsCount;  
} XblPrivacyMuteListChangeEventArgs  
```

### Members

*changeType*\
Type: [XblPrivacyListChangeType](/reference/live/xsapi-c/privacy_c/enums/xblprivacylistchangetype)

변경 유형(Added 또는 Removed)입니다.

*xuids*\
Type: uint64\_t\*

변경의 영향을 받는 XBOX 사용자 ID입니다.

*xuidsCount*\
Type: size\_t

xuids 배열의 항목 수입니다.

## Requirements

**Header:** privacy\_c.h

## See also

[privacy\_c](/reference/live/xsapi-c/privacy_c/privacy_c_members)


## Related topics

- [XblPrivacyListChangeType](/ko/reference/live/xsapi-c/privacy_c/enums/xblprivacylistchangetype.md)
- [XblPrivacyBlockListChangeEventArgs](/ko/reference/live/xsapi-c/privacy_c/structs/xblprivacyblocklistchangeeventargs.md)
- [XblPrivacyAddMuteListChangedHandler](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddmutelistchangedhandler.md)
- [XblPrivacyRemoveMuteListChangedHandler](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacyremovemutelistchangedhandler.md)
- [XblPrivacyGetMuteListAsync](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistasync.md)
