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

阻止列表更改的事件参数。

## 语法

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

### 成员

*changeType*\
类型：[XblPrivacyListChangeType](/reference/live/xsapi-c/privacy_c/enums/xblprivacylistchangetype)

更改类型（已添加或已移除）。

*xuids*\
类型：uint64\_t\*

受更改影响的 XBOX 用户 ID。

*xuidsCount*\
类型：size\_t

xuids 数组中的条目数。

## 要求

**头文件：** privacy\_c.h

## 另请参阅

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


## Related topics

- [XblPrivacyListChangeType](/zh-CN/reference/live/xsapi-c/privacy_c/enums/xblprivacylistchangetype.md)
- [XblPrivacyMuteListChangeEventArgs](/zh-CN/reference/live/xsapi-c/privacy_c/structs/xblprivacymutelistchangeeventargs.md)
- [XblPrivacyRemoveBlockListChangedHandler](/zh-CN/reference/live/xsapi-c/privacy_c/functions/xblprivacyremoveblocklistchangedhandler.md)
- [XblPrivacyAddBlockListChangedHandler](/zh-CN/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddblocklistchangedhandler.md)
- [XblStatisticChangeEventArgs](/zh-CN/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs.md)
