D3DKMTSubmitPresentToHwQueue - NtDoc

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

NTSTATUS D3DKMTSubmitPresentToHwQueue(
  [in,out] D3DKMT_SUBMITPRESENTTOHWQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMTSubmitPresentToHwQueue function

Description

[NOTE!] This function has been deprecated, and replaced with the D3DKMTSubmitPresentBltToHwQueue function.

SubmitPresentToHwQueue submits a Blt Present operation to a hardware queue.

Parameters

unnamedParam1 [in,out]

Pointer to a D3DKMT_SUBMITPRESENTTOHWQUEUE structure.

Return value

This function returns NTSTATUS.

Remarks

See also