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.
如果我从服务管理器启动我的服务,它只会将 exe 文件名传递给主程序。如何在 Visuall c++ 6.0 中获取当前正在运行的 NT 服务的域名?编辑:
让我重新表述一下。我有一个进程可以在不同的域上工作,而与用户帐户无关。假设我们使用域 A 登录机器,该进程可以在域 A、域 B、域 C eTc 上运行。是否有任何 Windows API 来检索当前运行的 NT 服务的域,可以在 c++ 中使用。