Getting WLX_NOTIFICATION_INFO values
Since in VISTA winlogon notification is not there, I have written COM+
service which uses ISensLogon Interface to receive logon, logoff and
startshell notification similar to winlogon notification in previous versions
of windows.
Earlier winlogon notification used to give WLX_NOTIFICATION_INFO structure
pointer. But using ISensLogon interface i get only login username. Since I am
creating a service(ie i am in system context) i am not finding ways
to get "Handle to the user's token" and "Handle to the desktop that is
currently active" which are part of WLX_NOTIFICATION_INFO structure.
If any one knows please let me know how do i go about doing this.
Thanks in advance
-Praveen

