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.
我有兴趣检查给定的用户名或组名是否存在。我需要支持 AD 控制器和多域。所以以下对我来说是有效的条目:
MYDOMAIN\John John@mydomain.com OTHERDOMAIN\Administrators
因此,我要实现的功能与 MS windows 在编辑文件夹权限时实现的功能完全相同,然后键入名称并单击“检查名称”按钮。
是否有一个 Windows API 可以按照单个调用中的描述工作?
提前致谢