// d3dkmthk.h
typedef struct _D3DKMT_NOTIFY_WORK_SUBMISSION {
D3DKMT_HANDLE hDoorbell;
D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS Flags;
} D3DKMT_NOTIFY_WORK_SUBMISSION;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_NOTIFY_WORK_SUBMISSION structure is passed to D3DKMTNotifyWorkSubmission to notify the kernel-mode display driver (KMD) that the user-mode display driver (UMD) has submitted work to the GPU.
hDoorbell[in] UM handle of the doorbell. This handle was returned in a prior call to D3DKMTCreateDoorbell.
Flags[in] A D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS structure with work submission flags.
For more information, see User-mode work submission.
D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS