Matt Herbert (matherbe) wrote:
> Anybody know how to get a token for the current user? I'm thinking
> something similar to win32api.GetUserName, but instead it would return
> the token??
>   

I suspect you want OpenProcessToken or OpenThreadToken, assuming your
process is running as the current user.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to