DXGK_MONITORFREQUENCYRANGESET_INTERFACE structure (d3dkmddi.h)
The DXGK_MONITORFREQUENCYRANGESET_INTERFACE structure contains pointers to functions that belong to the Monitor Frequency Range Set interface, which is implemented by the video present network (VidPN) manager.
Syntax
typedef struct _DXGK_MONITORFREQUENCYRANGESET_INTERFACE {
DXGKDDI_MONITORFREQUENCYRANGESET_GETNUMFREQUENCYRANGES pfnGetNumFrequencyRanges;
DXGKDDI_MONITORFREQUENCYRANGESET_ACQUIREFIRSTFREQUENCYRANGEINFO pfnAcquireFirstFrequencyRangeInfo;
DXGKDDI_MONITORFREQUENCYRANGESET_ACQUIRENEXTFREQUENCYRANGEINFO pfnAcquireNextFrequencyRangeInfo;
DXGKDDI_MONITORFREQUENCYRANGESET_RELEASEFREQUENCYRANGEINFO pfnReleaseFrequencyRangeInfo;
} DXGK_MONITORFREQUENCYRANGESET_INTERFACE;
Members
pfnGetNumFrequencyRanges
A pointer to the pfnGetNumFrequencyRanges function.
pfnAcquireFirstFrequencyRangeInfo
A pointer to the pfnAcquireFirstFrequencyRangeInfo function.
pfnAcquireNextFrequencyRangeInfo
A pointer to the pfnAcquireNextFrequencyRangeInfo function.
pfnReleaseFrequencyRangeInfo
A pointer to the pfnReleaseFrequencyRangeInfo function.
Requirements
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dkmddi.h (include D3dkmddi.h) |