Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv341
Modified Files:
win32apimodule.cpp
Log Message:
Offer a clue that win32api.GetDomainName() is actually a wrapper of the
win32 LookupAccountSid() function (and various others)
Index: win32apimodule.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32apimodule.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** win32apimodule.cpp 24 Sep 2004 06:38:10 -0000 1.41
--- win32apimodule.cpp 1 Oct 2004 00:12:59 -0000 1.42
***************
*** 872,875 ****
--- 872,876 ----
// @pymethod string|win32api|GetDomainName|Returns the current domain name
+ // @comm This is a convenience wrapper of the Win32 function LookupAccountSid()
static PyObject *
PyGetDomainName (PyObject *self, PyObject *args)
|