iddcx.h) (IDARG_OUT_GETDEFAULTDESCRIPTIONMODES 结构
提供有关监视器的默认描述模式以及监视器的首选模式的信息。
语法
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 表示没有首选的监视模式。
要求
要求 | 值 |
---|---|
Header | iddcx.h |