We have a dedicated Windows XP system running our VC++ application, full screen. We want to protect general user from access system resource via our application. We plan to add authorization to our VC++ application. Whenever user try to access system resource, he/she needs to pass the authorization check first. If we can use existing Windows Authorization, it will be the best because we don't need to ask user create another account and remember user name and password.
Anybody can give me a direction? Somebody mentioned winlogon.exe and msgina.dll. But I am not quiet sure about that.
thanks,