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

Requirement Value
Minimum supported client Windows Vista
Header d3dkmddi.h (include D3dkmddi.h)