Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Used to get post composition capabilities.
Syntax
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;
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.
[out] MaxStretchFactor
The maximum stretch factor.
[out] MaxShrinkFactor
The maximum shrink factor.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |