Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
pfnSubmitPresentToHwQueueCb is invoked by user mode drivers to submit a Blt Present operation to a hardware queue. This callback replaces pfnPresentCb in WDDM 2.0-2.3.
Syntax
PFND3DKMT_SUBMITPRESENTTOHWQUEUE Pfnd3dkmtSubmitpresenttohwqueue;
NTSTATUS Pfnd3dkmtSubmitpresenttohwqueue(
D3DKMT_SUBMITPRESENTTOHWQUEUE *unnamedParam1
)
{...}
Parameters
unnamedParam1
Pointer to a D3DKMT_SUBMITPRESENTTOHWQUEUE structure.
Return value
Returns NTSTATUS.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 |
| Header | d3dkmthk.h |