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

# ACP_MESSAGE_FLOWGRAPH_TERMINATED

> ACP_MESSAGE_FLOWGRAPH_TERMINATED

# ACP\_MESSAGE\_FLOWGRAPH\_TERMINATED

Mensaje de *grafo de flujo terminado*.

## Sintaxis

```cpp theme={null}
typedef struct ACP_MESSAGE_FLOWGRAPH_TERMINATED {  
    APU_ADDRESS flowgraph;  
    UINT32 numCommandsCompleted;  
    UINT32 reason;  
} ACP_MESSAGE_FLOWGRAPH_TERMINATED  
```

### Miembros

*flowgraph*\
Tipo: APU\_ADDRESS

Dirección física del grafo de flujo.

*numCommandsCompleted*\
Tipo: UINT32

Número de comandos completados en el grafo de flujo.

*reason*\
Tipo: UINT32

Motivo de la terminación. Consulte [ACP\_FLOWGRAPH\_TERMINATED\_REASON](/reference/audio/acphal/enums/acp_flowgraph_terminated_reason).

## Comentarios

Esta estructura se usa en la enumeración [ACP\_MESSAGE\_TYPE](/reference/audio/acphal/enums/acp_message_type). También se usa en el mensaje `ACP_MESSAGE_TYPE_FLOWGRAPH_TERMINATED`. El mensaje indica que el grafo de flujo actual se terminó.

## Requisitos

**Encabezado:** acphal.h

**Plataformas compatibles:** consolas de la familia XBOX One y consolas XBOX Series

## Consulte también

[ACP\_FLOWGRAPH\_TERMINATED\_REASON](/reference/audio/acphal/enums/acp_flowgraph_terminated_reason)\
[ACP\_MESSAGE\_TYPE](/reference/audio/acphal/enums/acp_message_type)\
[AcpHal](/reference/audio/acphal/acphal_members)


## Related topics

- [ACP_FLOWGRAPH_TERMINATED_REASON](/es/reference/audio/acphal/enums/acp_flowgraph_terminated_reason.md)
- [ACP_MESSAGE](/es/reference/audio/acphal/structs/acp_message.md)
- [AcpHal](/es/reference/audio/acphal/acphal_members.md)
- [ACP_MESSAGE_FLOWGRAPH_COMPLETED](/es/reference/audio/acphal/structs/acp_message_flowgraph_completed.md)
- [ACP_MESSAGE_TYPE](/es/reference/audio/acphal/enums/acp_message_type.md)
