getPointerDeviceCursors 函数 (winuser.h)
获取映射到与指针设备关联的游标的游标 ID。
语法
BOOL GetPointerDeviceCursors(
[in] HANDLE device,
[in, out] UINT32 *cursorCount,
[out, optional] POINTER_DEVICE_CURSOR_INFO *deviceCursors
);
参数
[in] device
设备句柄。
[in, out] cursorCount
与指针设备关联的游标数。
[out, optional] deviceCursors
包含有关游标信息的 POINTER_DEVICE_CURSOR_INFO 结构的数组。 如果为 NULL,cursorCount 将返回与指针设备关联的游标数。
返回值
如果函数成功,则为 TRUE;否则为 FALSE。 如果函数失败,请调用 GetLastError 函数以获取详细信息。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
目标平台 | Windows |
标头 | winuser.h |
Library | User32.lib |
DLL | User32.dll |