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

> ACP_MESSAGE_COMMAND_COMPLETED

# ACP\_MESSAGE\_COMMAND\_COMPLETED

ACP 명령이 완료되었습니다.

## Syntax

```cpp theme={null}
typedef struct ACP_MESSAGE_COMMAND_COMPLETED {  
    UINT32 commandType;  
    UINT64 commandId;  
    UINT32 audioFrame;  
} ACP_MESSAGE_COMMAND_COMPLETED  
```

### Members

*commandType*\
Type: UINT32

완료된 명령의 유형입니다.

*commandId*\
Type: UINT64

완료된 명령의 ID입니다. 포인터를 명령 ID로 전달할 수 있도록 UINT64로 되어 있습니다.

*audioFrame*\
Type: UINT32

명령이 완료된 시점의 오디오 프레임입니다.

## Remarks

이 구조체는 [ACP\_MESSAGE\_TYPE](/reference/audio/acphal/enums/acp_message_type) 열거형에서 사용됩니다. 또한 `ACP_MESSAGE_TYPE_AUDIO_FRAME_START` 메시지에서도 사용됩니다. 이 메시지는 ACP 명령이 완료되었음을 나타냅니다. 알림은 명령의 `commandId`가 0이 아닐 때만 발생합니다.

## 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_COMMAND_MESSAGE](/ko/reference/audio/acphal/structs/acp_command_message.md)
- [ACP_MESSAGE_FLOWGRAPH_COMPLETED](/ko/reference/audio/acphal/structs/acp_message_flowgraph_completed.md)
- [ACP_MESSAGE_SHAPE_COMMAND_BLOCKED](/ko/reference/audio/acphal/structs/acp_message_shape_command_blocked.md)
