struct SHAPE_FLOWGRAPH_COMMAND_HEADER {
UINT64 command : 5;
UINT64 queued : 1;
UINT64 disabled : 1;
UINT64 error : 1;
UINT64 : 5;
UINT64 : 51;
};
command
Refer to the SHAPE_FLOWGRAPH_COMMAND_TYPE enumeration.
queued
Internal process flag: 1 == inserted into internal command queue, 0 == still waiting.
disabled
Flag to disable the command: 1 == disabled (don’t process), 0 == enabled (process normally).
error
Command is invalid (set by ACP).
Header: Declared in shapeflowgraph.h.
Library: Use acphal.lib.