D3DKMTCreateHwQueue - NtDoc

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

NTSTATUS D3DKMTCreateHwQueue(
  D3DKMT_CREATEHWQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtcreatehwqueue)

D3DKMTCreateHwQueue function

Description

Dxgkrnl calls D3DKMTCreateHwQueue to create a new hardware queue.

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.