D3DKMTCreateHwQueue function (d3dkmthk.h)

Dxgkrnl calls D3DKMTCreateHwQueue to create a new hardware queue.

Syntax

NTSTATUS D3DKMTCreateHwQueue(
  D3DKMT_CREATEHWQUEUE *unnamedParam1
);

Parameters

unnamedParam1

[in/out] Pointer to a D3DKMT_CREATEHWQUEUE structure that describes the hardware queue to create.

Return value

D3DKMTCreateHwQueue returns STATUS_SUCCESS upon successful completion. Otherwise, it returns an appropriate NSTATUS code.

Requirements

Requirement Value
Target Platform Windows
Header d3dkmthk.h
Library Gdi32.lib
DLL Gdi32.dll