If I have a list of Windows account SIDs (strings like "S-1-5-21-16217043-3088031003-1644254475-1001") how can I get the name of Windows user accounts from them (stuff like "John Doe") using C++ and WinAPIs?

有帮助吗?

解决方案

See these WINAPI functions:

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top