I'm trying to use NT security to permit/deny access to certain menu options. This would avoid using the password toolbox library, and,I think, look more professional.
However the windows SDK is more than a little impenetrable. Although it gives a full description of every function, it leaves no clue as to what order to do simple tasks ['is this user a member of the Power Users group' is not a difficult question] and assumes detailed knowledge of Windows' innards. You could drown in an ocean of SID's and access tokens before you had the first glimmer of an overall view of the system. Can anyone reccommend some more informative resources?