[pywin32-bugs] [ pywin32-Patches-3439279 ] Add missing LOGON32 constants
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-01-02 02:00:53
|
Patches item #3439279, was opened at 2011-11-17 01:08 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3439279&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Dieter Verfaillie (dieterv1) Assigned to: Nobody/Anonymous (nobody) Summary: Add missing LOGON32 constants Initial Comment: While trying to get LogonUser/ImpersonateLoggedOnUser to work with cashed credentials, I noticed win32con is missing LOGON32_PROVIDER_WINNT40 and LOGON32_PROVIDER_WINNT50. I've also added some missing LOGON32_LOGON constants while at it. Relevant documentation: http://msdn.microsoft.com/en-us/library/windows/desktop/aa378184%28v=vs.85%29.aspx http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h?rev=1.114&content-type=text/x-cvsweb-markup&cvsroot=src ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2012-01-01 18:00 Message: Thanks - checked in as 4175:95c5dde755c2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3439279&group_id=78018 |