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

Argumentos de evento para un cambio en la lista de bloqueados.

## Sintaxis

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

### Miembros

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

El tipo de cambio (Added o Removed).

*xuids*\
Tipo: uint64\_t\*

Los identificadores de usuario de XBOX afectados por el cambio.

*xuidsCount*\
Tipo: size\_t

El número de entradas de la matriz xuids.

## Requisitos

**Encabezado:** privacy\_c.h

## Consulte también

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


## Related topics

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