D3DKMT_NOTIFY_WORK_SUBMISSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-d3dkmt_notify_work_submission)

Description

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.

Members

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.

Remarks

For more information, see User-mode work submission.

See also

D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS

D3DKMTNotifyWorkSubmission