PFND3DKMT_SUBMITPRESENTTOHWQUEUE - NtDoc

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

PFND3DKMT_SUBMITPRESENTTOHWQUEUE Pfnd3dkmtSubmitpresenttohwqueue;

NTSTATUS Pfnd3dkmtSubmitpresenttohwqueue(
  D3DKMT_SUBMITPRESENTTOHWQUEUE *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_submitpresenttohwqueue)

PFND3DKMT_SUBMITPRESENTTOHWQUEUE callback function

Description

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.

Parameters

unnamedParam1

Pointer to a D3DKMT_SUBMITPRESENTTOHWQUEUE structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SUBMITPRESENTTOHWQUEUE Pfnd3dkmtSubmitpresenttohwqueue;

// Definition

NTSTATUS Pfnd3dkmtSubmitpresenttohwqueue
(
    CONST D3DKMT_SUBMITPRESENTTOHWQUEUE *
)
{...}

Remarks

See also