SCWorkItemMode
Identifies work item modes, for inbound or outbound work items.
Note: In developing a driver, specify the names of the error codes,
such as SC_WM_INBOUND, rather than the integer values.
enum SCWorkItemMode
{
SC_WM_INBOUND = 1,
SC_WM_OUTBOUND = 2
};
Each work item type is described as follows:
SC_WM_INBOUND. The work item is an inbound item.
SC_WM_OUTBOUND. The work item is an outbound item, initiated by a user.