ACP_MESSAGE_FLOWGRAPH_TERMINATED Structure

Flowgraph terminated message.

Syntax

struct ACP_MESSAGE_FLOWGRAPH_TERMINATED {
    APU_ADDRESS flowgraph;
    UINT32 numCommandsCompleted;
    UINT32 reason;
};  

Members

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.

Requirements

Header: Declared in acphal.h.

Library: Use acphal.lib.