struct ACP_MESSAGE_COMMAND_COMPLETED {
UINT32 commandType;
UINT64 commandId;
UINT32 audioFrame;
};
commandType
Command Type of completed command.
commandId
Command ID of completed command. It is a UINT64 to support pointers being passed as the command ID.
audioFrame
Audio frame when command completed.
Header: Declared in acphal.h.
Library: Use acphal.lib.