DXGKARG_NOTIFYWORKSUBMISSION structure (d3dkmddi.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

The DXGKARG_NOTIFYWORKSUBMISSION structure contains parameters for DxgkDdiNotifyWorkSubmission.

Syntax

typedef struct _DXGKARG_NOTIFYWORKSUBMISSION {
  HANDLE                             hHwQueue;
  DXGKARG_NOTIFYWORKSUBMISSION_FLAGS Flags;
} DXGKARG_NOTIFYWORKSUBMISSION;

Members

hHwQueue

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

Flags

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

Requirements

Requirement Value
Minimum supported client WIN11_FUTURE
Header d3dkmddi.h

See also

DXGKARG_NOTIFYWORKSUBMISSION_FLAGS

DxgkDdiNotifyWorkSubmission