DXGK_MONITORFREQUENCYRANGESET_INTERFACE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_MONITORFREQUENCYRANGESET_INTERFACE {
  DXGKDDI_MONITORFREQUENCYRANGESET_GETNUMFREQUENCYRANGES          pfnGetNumFrequencyRanges;
  DXGKDDI_MONITORFREQUENCYRANGESET_ACQUIREFIRSTFREQUENCYRANGEINFO pfnAcquireFirstFrequencyRangeInfo;
  DXGKDDI_MONITORFREQUENCYRANGESET_ACQUIRENEXTFREQUENCYRANGEINFO  pfnAcquireNextFrequencyRangeInfo;
  DXGKDDI_MONITORFREQUENCYRANGESET_RELEASEFREQUENCYRANGEINFO      pfnReleaseFrequencyRangeInfo;
} DXGK_MONITORFREQUENCYRANGESET_INTERFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_monitorfrequencyrangeset_interface)

_DXGK_MONITORFREQUENCYRANGESET_INTERFACE structure

Description

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.

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.