// d3dkmddi.h
typedef struct _DXGKARG_NOTIFYWORKSUBMISSION_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGKARG_NOTIFYWORKSUBMISSION_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_NOTIFYWORKSUBMISSION_FLAGS structure specifies work submission flags for DxgkDdiNotifyWorkSubmission.
ReservedReserved; set to zero.
ValueAn alternative way to access the structure members.
For more information, see User-mode work submission.