[pywin32-checkins] pywin32/win32/Lib winerror.py,1.4,1.5
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2007-07-20 02:00:49
|
Update of /cvsroot/pywin32/pywin32/win32/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30561 Modified Files: winerror.py Log Message: Lots of new constants from the Vista SDK Index: winerror.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Lib/winerror.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** winerror.py 7 Oct 2005 11:05:46 -0000 1.4 --- winerror.py 20 Jul 2007 02:00:49 -0000 1.5 *************** *** 10,17 **** --- 10,22 ---- # up to here... + FACILITY_WINRM = 51 + FACILITY_WINDOWSUPDATE = 36 + FACILITY_WINDOWS_DEFENDER = 80 FACILITY_WINDOWS_CE = 24 FACILITY_WINDOWS = 8 FACILITY_URT = 19 FACILITY_UMI = 22 [...1255 lines suppressed...] + ERROR_DS_DOMAIN_RENAME_IN_PROGRESS = 8612 + ERROR_DS_EXISTING_AD_CHILD_NC = 8613 + ERROR_DS_REPL_LIFETIME_EXCEEDED = 8614 + ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER = 8615 + ERROR_DS_LDAP_SEND_QUEUE_FULL = 8616 + ERROR_DS_DRA_OUT_SCHEDULE_WINDOW = 8617 + ERROR_DS_POLICY_NOT_KNOWN = 8618 + ERROR_NO_SITE_SETTINGS_OBJECT = 8619 + ERROR_NO_SECRETS = 8620 + ERROR_NO_WRITABLE_DC_FOUND = 8621 + ERROR_DS_NO_SERVER_OBJECT = 8622 + ERROR_DS_NO_NTDSA_OBJECT = 8623 + ERROR_DS_NON_ASQ_SEARCH = 8624 + ERROR_DS_AUDIT_FAILURE = 8625 + ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE = 8626 + ERROR_DS_INVALID_SEARCH_FLAG_TUPLE = 8627 + ERROR_DS_HIERARCHY_TABLE_TOO_DEEP = 8628 + SEVERITY_SUCCESS = 0 SEVERITY_ERROR = 1 |