D3DKMTDestroyHwQueue - NtDoc

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

NTSTATUS D3DKMTDestroyHwQueue(
  [in] const D3DKMT_DESTROYHWQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMTDestroyHwQueue function

Description

Used to destroy a hardware queue.

Parameters

unnamedParam1 [in]

A pointer to a D3DKMT_DESTROYHWQUEUE structure holding the information needed to destroy a hardware queue.

Return value

The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.

See also

D3DKMT_DESTROYHWQUEUE