PFND3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE - NtDoc

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

PFND3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE Pfnd3dkmtOutputduplpresenttohwqueue;

NTSTATUS Pfnd3dkmtOutputduplpresenttohwqueue(
  const D3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE callback function

Description

Outputs duplicate of a handle to a hardware queue.

Parameters

unnamedParam1

Pointer to a D3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE structure.

Return value

Return STATUS_SUCCESS if the operation succeeds.

Prototype

//Declaration

PFND3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE Pfnd3dkmtOutputduplpresenttohwqueue;

// Definition

NTSTATUS Pfnd3dkmtOutputduplpresenttohwqueue
(
    const D3DKMT_OUTPUTDUPLPRESENTTOHWQUEUE *
)
{...}

Remarks

See also