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

# XblPrivacyBlockListChangeEventArgs

> XblPrivacyBlockListChangeEventArgs

# XblPrivacyBlockListChangeEventArgs

차단 목록 변경에 대한 이벤트 인수입니다.

## Syntax

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

### 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)
- [XblPrivacyMuteListChangeEventArgs](/ko/reference/live/xsapi-c/privacy_c/structs/xblprivacymutelistchangeeventargs.md)
- [XblPrivacyAddBlockListChangedHandler](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddblocklistchangedhandler.md)
- [XblPrivacyRemoveBlockListChangedHandler](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacyremoveblocklistchangedhandler.md)
- [XblStatisticChangeEventArgs](/ko/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs.md)
