// d3dkmthk.h
typedef struct _D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS structure specifies work submission notification flags.
ReservedReserved for system use.
ValueValue used to operate over this structure's members collectively.
For more information, see User-mode work submission.