GetSystemMetricsForDpi 函数 (winuser.h)

检索指定的系统指标或系统配置设置,同时考虑提供的 DPI。

语法

int GetSystemMetricsForDpi(
  [in] int  nIndex,
  [in] UINT dpi
);

参数

[in] nIndex

要检索的系统指标或配置设置。 有关可能的值,请参阅 GetSystemMetrics

[in] dpi

用于缩放指标的 DPI。

返回值

如果该函数成功,则返回值为非零值。

如果函数失败,则返回值为零。 要获得更多的错误信息,请调用 GetLastError。

注解

此函数返回的结果与 GetSystemMetrics 相同,但会根据你提供的任意 DPI 进行缩放(如果适用)。

要求

要求
最低受支持的客户端 Windows 10版本 1607 [仅限桌面应用]
最低受支持的服务器 Windows Server 2016 [仅限桌面应用]
目标平台 Windows
标头 winuser.h (包括 Windows.h)
Library User32.lib
DLL User32.dll
API 集 ext-ms-win-ntuser-private-l1-3-1 (在 Windows 10 版本 10.0.14393 中引入)