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

変更の種類 (Added または Removed)。

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