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

> ACP_MESSAGE_FLOWGRAPH_COMPLETED

# ACP\_MESSAGE\_FLOWGRAPH\_COMPLETED

*Flowgraph completed* message.

## Syntax

```cpp theme={null}
typedef struct ACP_MESSAGE_FLOWGRAPH_COMPLETED {  
    APU_ADDRESS flowgraph;  
} ACP_MESSAGE_FLOWGRAPH_COMPLETED  
```

### Members

*flowgraph*\
Type: APU\_ADDRESS

Physical address of the flowgraph that completed.

## Remarks

This structure is used in the [ACP\_MESSAGE\_TYPE](/reference/audio/acphal/enums/acp_message_type) enumeration. It is also used in the `ACP_MESSAGE_TYPE_FLOWGRAPH_COMPLETED` message. The message indicates that the current flowgraph is completed.

## Requirements

**Header:** acphal.h

**Supported platforms:** XBOX One family consoles and XBOX Series consoles

## See also

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


## Related topics

- [ACP_MESSAGE](/reference/audio/acphal/structs/acp_message.md)
- [AcpHal](/reference/audio/acphal/acphal_members.md)
- [ACP_MESSAGE_FLOWGRAPH_TERMINATED](/reference/audio/acphal/structs/acp_message_flowgraph_terminated.md)
- [ACP_MESSAGE_COMMAND_COMPLETED](/reference/audio/acphal/structs/acp_message_command_completed.md)
- [ACP_MESSAGE_TYPE](/reference/audio/acphal/enums/acp_message_type.md)
