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

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

## Sintaxis

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

### 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)
- [XblPrivacyBlockListChangeEventArgs](/es/reference/live/xsapi-c/privacy_c/structs/xblprivacyblocklistchangeeventargs.md)
- [XblPrivacyAddMuteListChangedHandler](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacyaddmutelistchangedhandler.md)
- [XblPrivacyRemoveMuteListChangedHandler](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacyremovemutelistchangedhandler.md)
- [XblPrivacyGetMuteListResult](/es/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistresult.md)
