Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1:/tmp/cvs-serv32592
Modified Files:
win32security.i
Log Message:
autoduck corrections.
Index: win32security.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32security.i,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** win32security.i 8 Aug 2003 04:02:48 -0000 1.10
--- win32security.i 1 Sep 2003 12:09:50 -0000 1.11
***************
*** 1261,1265 ****
&obth, // @pyparm <o PyHANDLE>|handle||Handle to an access token to be modified
(long *)&typ, // @pyparm int|TokenInformationClass||Specifies a value from the TOKEN_INFORMATION_CLASS enumerated type identifying the type of information the function retrieves.
! &obinfo)) // @pyparm <o>|obinfo||PyACL, PySID, or int depending on type parm
return NULL;
--- 1261,1265 ----
&obth, // @pyparm <o PyHANDLE>|handle||Handle to an access token to be modified
(long *)&typ, // @pyparm int|TokenInformationClass||Specifies a value from the TOKEN_INFORMATION_CLASS enumerated type identifying the type of information the function retrieves.
! &obinfo)) // @pyparm <o PyACL>|obinfo||PyACL, PySID, or int depending on type parm
return NULL;
|