Hey Folks,
What can you do with the token LogonUser returns? And what is it used for?
BOOL LogonUser(
__in LPTSTR lpszUsername,
__in_opt LPTSTR lpszDomain,
__in LPTSTR lpszPassword,
__in DWORD dwLogonType,
__in DWORD dwLogonProvider,
__out PHANDLE Token
);
I just need a more general discription and real world uses of what the token is and how it works.
Thanks, -Pete