> ## 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* 메시지입니다.

## Syntax

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

### Members

*flowgraph*\
Type: APU\_ADDRESS

완료된 플로우그래프의 물리적 주소입니다.

## Remarks

이 구조체는 [ACP\_MESSAGE\_TYPE](/reference/audio/acphal/enums/acp_message_type) 열거형에서 사용됩니다. 또한 `ACP_MESSAGE_TYPE_FLOWGRAPH_COMPLETED` 메시지에서도 사용됩니다. 이 메시지는 현재 플로우그래프가 완료되었음을 나타냅니다.

## Requirements

**Header:** acphal.h

**지원 플랫폼:** XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## See also

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


## Related topics

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