IDARG_OUT_GETDEFAULTDESCRIPTIONMODES结构(iddcx.h)
提供有关监视器的默认描述模式以及监视器的首选模式的信息。
语法
struct IDARG_OUT_GETDEFAULTDESCRIPTIONMODES {
UINT DefaultMonitorModeBufferOutputCount;
UINT PreferredMonitorModeIdx;
};
成员
DefaultMonitorModeBufferOutputCount
[out]如果 IDARG_IN_PARSEMONITORDESCRIPTION 值 pDefaultMonitorModes 为 NULL,驱动程序应将此设置为驱动程序为指定监视器说明生成的监视模式数。
如果 IDARG_IN_PARSEMONITORDESCRIPTION 值 pDefaultMonitorModes 为非 NULL,则这是驱动程序复制到该缓冲区的监视模式计数。
PreferredMonitorModeIdx
[out]索引到首选监视模式的 pMonitorModes 数组。 NO_PREFERRED_MODE 值指示没有首选监视模式。
要求
要求 | 价值 |
---|---|
标头 | iddcx.h |