D3DKMT_OUTPUTDUPL_RELEASE_FRAME - NtDoc

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

typedef struct _D3DKMT_OUTPUTDUPL_RELEASE_FRAME {
  [in] D3DKMT_HANDLE                  hAdapter;
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
       UINT                           NextKeyMutexIdx;
} D3DKMT_OUTPUTDUPL_RELEASE_FRAME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_outputdupl_release_frame)

_D3DKMT_OUTPUTDUPL_RELEASE_FRAME structure

Description

Defines the duplicated desktop image that is to be released in a call to the D3DKMTOutputDuplReleaseFrame function.

Members

hAdapter [in]

A handle of type D3DKMT_HANDLE that represents a kernel-mode handle to the graphics adapter that contains the duplicated desktop image.

VidPnSourceId [in]

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology.

NextKeyMutexIdx

See also

D3DKMTOutputDuplReleaseFrame