Retriving the user privilage set using WINAPI
-
I need to get the privilage set of user (Administrator,Guest ...) Is any API is there to achieve this .. ?
vineesh
There's been several IsUserAnAdmin questions in the last few days... Have a look at this reply to a question two days ago: http://www.codeproject.com/script/Forums/View.aspx?fid=1647&msg=2628859[^] Don't forget to look at the other answers too for information. Going through the security SDK is a difficult thing. Lots of pointers and SID, and xIDs, and, and, and... Iain.
Plz sir... CPallini CPallini abuz drugz, plz plz help urgent.
-
I need to get the privilage set of user (Administrator,Guest ...) Is any API is there to achieve this .. ?
vineesh
vineeshV wrote:
I need to get the privilage set of user (Administrator,Guest ...)
You can use
NetUserGetInfo()
for this."Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne