DXGKARG_NOTIFYWORKSUBMISSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARG_NOTIFYWORKSUBMISSION {
  HANDLE                             hHwQueue;
  DXGKARG_NOTIFYWORKSUBMISSION_FLAGS Flags;
} DXGKARG_NOTIFYWORKSUBMISSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkarg_notifyworksubmission)

Description

The DXGKARG_NOTIFYWORKSUBMISSION structure contains parameters for DxgkDdiNotifyWorkSubmission.

Members

hHwQueue

[in] Handle to a KMD hardware queue object, which was created using DxgkddiCreateHwQueue.

Flags

[in] A bit field of DXGKARG_NOTIFYWORKSUBMISSION_FLAGS values that specify work submission flags.

Remarks

For more information, see User-mode work submission.

See also

DXGKARG_NOTIFYWORKSUBMISSION_FLAGS

DxgkDdiNotifyWorkSubmission