Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29333
Modified Files:
win32security.i
Log Message:
Autoduck fixes.
Index: win32security.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32security.i,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** win32security.i 23 Oct 2003 00:56:35 -0000 1.12
--- win32security.i 24 Oct 2003 05:32:33 -0000 1.13
***************
*** 1952,1956 ****
static PyObject *PyLsaStorePrivateData(PyObject *self, PyObject *args)
{
! // @pyparm <o PyHANDLE>||Policy handle
// @pyparm string|KeyName||Registry key in which to store data
// @pyparm int|PrivateData||Unicode string to be encrypted and stored
--- 1952,1956 ----
static PyObject *PyLsaStorePrivateData(PyObject *self, PyObject *args)
{
! // @pyparm <o PyHANDLE>|handle||Policy handle
// @pyparm string|KeyName||Registry key in which to store data
// @pyparm int|PrivateData||Unicode string to be encrypted and stored
***************
*** 1997,2001 ****
static PyObject *PyLsaRetrievePrivateData(PyObject *self, PyObject *args)
{
! // @pyparm <o PyHANDLE>||Policy handle
// @pyparm string|KeyName||Registry key to read
PyObject *obpolicyhandle=NULL, *obkeyname=NULL, *obprivatedata=NULL;
--- 1997,2001 ----
static PyObject *PyLsaRetrievePrivateData(PyObject *self, PyObject *args)
{
! // @pyparm <o PyHANDLE>|handle||Policy handle
// @pyparm string|KeyName||Registry key to read
PyObject *obpolicyhandle=NULL, *obkeyname=NULL, *obprivatedata=NULL;
|