在Manifest文件中的UIAccess [英] UIAccess in Manifest Files

查看:199
本文介绍了在Manifest文件中的UIAccess的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图添加< requestedPrivileges>到清单文件。设置uiAccess = false适用于我的应用程序。文档说设置UIAccess = true,应用程序不需要将输入驱动到桌面上另一个窗口的UI。不提供辅助功能的应用程序应将此标志设置为false。将输入驱动到桌面上的其他窗口(例如,屏幕键盘)所需的应用程序应将此值设置为true。

尽管设置UIAccess = false,但我能够使用SendMessage()和PostMessage()API(我尝试使用这些API关闭其他窗口)。通过设置UIAccess = false,我真的不确定我错过了什么优势? UIAccess = true实际意味着什么?


提前感谢
Kumar


解决方案

<!DOCTYPE HTML PUBLIC" - // W3C // DTD HTML 4.0 Transitional // EN">






style ="PADDING-RIGHT:0px; PADDING-LEFT:5px; MARGIN-LEFT:5px; BORDER-LEFT:#000000 2px solid; MARGIN-RIGHT :0px">

I was trying to add a <requestedPrivileges> to a manifest file. Setting uiAccess = false works fine for my application. The documentation says that setting UIAccess = true, the application does not need to drive input to the UI of another window on the desktop. Applications that are not providing accessibility should set this flag to false. Applications that are required to drive input to other windows on the desktop (on-screen keyboard, for example) should set this value to true.

Inspite of setting UIAccess = false, I am able to use SendMessage() and PostMessage() API's ( I tried closing other windows using these API's). So I am really not sure what previleges am I missing by setting UIAccess = false ? What does UIAccess = true actually mean ?


Thanks in advance
Kumar


解决方案




这篇关于在Manifest文件中的UIAccess的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆