// 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 referenceNo description available.
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.
pfnGetNumFrequencyRangesA pointer to the pfnGetNumFrequencyRanges function.
pfnAcquireFirstFrequencyRangeInfoA pointer to the pfnAcquireFirstFrequencyRangeInfo function.
pfnAcquireNextFrequencyRangeInfoA pointer to the pfnAcquireNextFrequencyRangeInfo function.
pfnReleaseFrequencyRangeInfoA pointer to the pfnReleaseFrequencyRangeInfo function.