[pywin32-checkins] pywin32/com/win32comext/shell/src shell.cpp, 1.70, 1.71
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-26 01:13:17
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/shell/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13261/shell/src Modified Files: shell.cpp Log Message: autoduck: Clarify exception semantics for IsUserAnAdmin Index: shell.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/src/shell.cpp,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** shell.cpp 24 Nov 2008 06:10:08 -0000 1.70 --- shell.cpp 26 Nov 2008 01:13:10 -0000 1.71 *************** *** 2470,2474 **** // @pymethod bool|shell|IsUserAnAdmin|Tests whether the current user is a member of the Administrator's group. ! // @rdesc The result is true or false. static PyObject *PyIsUserAnAdmin(PyObject *self, PyObject *args) { --- 2470,2474 ---- // @pymethod bool|shell|IsUserAnAdmin|Tests whether the current user is a member of the Administrator's group. ! // @rdesc The result is true or false, or a com_error with E_NOTIMPL is raised. static PyObject *PyIsUserAnAdmin(PyObject *self, PyObject *args) { |