D3DKMT_GET_POST_COMPOSITION_CAPS结构(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;

成员

hAdapter

图形适配器的句柄。

VidPnSourceId

视频演示网络(VidPN)拓扑路径中视频演示源的从零开始的标识号,监视器连接到该拓扑。

[out] MaxStretchFactor

最大拉伸因子。

[out] MaxShrinkFactor

最大收缩因子。

要求

要求 价值
标头 d3dkmthk.h