cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
get all windows local users
get all windows local users
Jul 14, 2009 at 3:17am UTC
asitis
(1)
Hi guys
I am trying to populate a combobox with all local users that I can get from a computer running Windows XP. Does anyone know a method that I can use to get all local users.
Thanks in advance
Jul 14, 2009 at 8:03pm UTC
Disch
(13742)
Never used this myself, but NetUserEnum looks promising:
http://msdn.microsoft.com/en-us/library/aa370652(VS.85).aspx
Jul 16, 2009 at 10:42pm UTC
Kiana
(186)
Unless I'm mistaken, aren't they all stored somewhere in the registry?
Topic archived. No new replies allowed.