// d3dkmthk.h
NTSTATUS D3DKMTSubmitPresentToHwQueue(
[in,out] D3DKMT_SUBMITPRESENTTOHWQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
[NOTE!] This function has been deprecated, and replaced with the D3DKMTSubmitPresentBltToHwQueue function.
SubmitPresentToHwQueue submits a Blt Present operation to a hardware queue.
unnamedParam1 [in,out]Pointer to a D3DKMT_SUBMITPRESENTTOHWQUEUE structure.
This function returns NTSTATUS.