struct ACP_MESSAGE_FLOWGRAPH_TERMINATED {
APU_ADDRESS flowgraph;
UINT32 numCommandsCompleted;
UINT32 reason;
};
flowgraph
Physical address of the flowgraph.
numCommandsCompleted
The number of commands in the flowgraph completed.
reason
The reason for the termination. Refer to ACP_FLOWGRAPH_TERMINATED_REASON.
Header: Declared in acphal.h.
Library: Use acphal.lib.