GetPhysicalMonitorDescription 函数
重要
监视器配置 API 使用此函数来访问显示驱动程序中的功能。 应用程序不应调用此函数。
获取物理监视器的说明。
语法
NTSTATUS WINAPI GetPhysicalMonitorDescription(
_In_ HANDLE hMonitor,
_In_ DWORD dwPhysicalMonitorDescriptionSizeInChars,
_Out_ LPWSTR szPhysicalMonitorDescription
);
参数
-
hMonitor [in]
-
物理监视器的句柄。
-
dwPhysicalMonitorDescriptionSizeInChars [in]
-
szPhysicalMonitorDescription 数组中的字符数。
-
szPhysicalMonitorDescription [out]
-
指向接收说明的数组的指针。 数组中的元素数应至少 PHYSICAL_MONITOR_DESCRIPTION_SIZE。
返回值
如果该方法成功,则返回 STATUS_SUCCESS。 否则,它将返回 NTSTATUS 错误代码。
备注
应用程序应调用以下函数之一,而不是使用此函数:
此函数没有关联的导入库。 若要调用此函数,必须使用 LoadLibrary 和 GetProcAddress 函数动态链接到Gdi32.dll。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |
DLL |
|