Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 Windows 登录表单显示之前启动我的应用程序,并且登录过程应该在应用程序内完成。Qt 框架怎么可能做到这一点?
仅使用 Qt 无法自定义 Windows 图形识别和身份验证 (GINA)。GINA 是某些 Microsoft Windows 操作系统的一个组件,可提供安全身份验证和交互式登录服务。您将必须实现一个自定义 GINA,这涉及为一组原生 API 调用提供实现。有关此主题的更多信息,请访问Wikipedia。