D3DKMT_GET_POST_COMPOSITION_CAPS - NtDoc

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

typedef struct _D3DKMT_GET_POST_COMPOSITION_CAPS {
        D3DKMT_HANDLE                  hAdapter;
        D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [out] float                          MaxStretchFactor;
  [out] float                          MaxShrinkFactor;
} D3DKMT_GET_POST_COMPOSITION_CAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_GET_POST_COMPOSITION_CAPS structure

Description

Used to get post composition capabilities.

Members

hAdapter

A handle to the graphics adapter.

VidPnSourceId

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

MaxStretchFactor [out]

The maximum stretch factor.

MaxShrinkFactor [out]

The maximum shrink factor.

Remarks

See also