// d3dkmddi.h
typedef struct _DXGKARG_GETPOSTCOMPOSITIONCAPS {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[out] float MaxStretchFactor;
[out] float MaxShrinkFactor;
} DXGKARG_GETPOSTCOMPOSITIONCAPS;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments for the DxgkDdiGetPostCompositionCaps function.
VidPnSourceId [in]Indicates the VidPn source for which post composition capabilities are queried.
MaxStretchFactor [out]Indicates the maximum stretch factor that can be applied.
MaxShrinkFactor [out]Indicates the maximum shrink factor that can be applied.