Update of /cvsroot/pywin32/pywin32/win32/src/win32net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19528/win32/src/win32net
Modified Files:
win32netuser.cpp
Log Message:
Autoduck fixes
Index: win32netuser.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32net/win32netuser.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** win32netuser.cpp 6 Mar 2004 23:55:59 -0000 1.5
--- win32netuser.cpp 12 Jan 2005 07:40:14 -0000 1.6
***************
*** 283,287 ****
}
! // @pymethod dict|win32net|NetUserModalsGet|Retrieves global user information on a server.
PyObject *PyNetUserModalsSet(PyObject *self, PyObject *args)
{
--- 283,287 ----
}
! // @pymethod |win32net|NetUserModalsSet|Sets global user parameters on a server.
PyObject *PyNetUserModalsSet(PyObject *self, PyObject *args)
{
***************
*** 289,293 ****
// @pyparm int|level||The information level contained in the data
// @pyparm mapping|data||A dictionary holding the data in the format of <o PyUSER_MODALS_INFO_*>.
! // @pyseeapi NetUserModalsGet
return PyDoSetModalsInfo(self, args, NetUserModalsSet, "NetUserModalsSet", user_modals_infos);
}
--- 289,293 ----
// @pyparm int|level||The information level contained in the data
// @pyparm mapping|data||A dictionary holding the data in the format of <o PyUSER_MODALS_INFO_*>.
! // @pyseeapi NetUserModalsSet
return PyDoSetModalsInfo(self, args, NetUserModalsSet, "NetUserModalsSet", user_modals_infos);
}
|