[pywin32-checkins] pywin32/win32/src win32file.i,1.89,1.90
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-05-04 10:44:10
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28112/win32/src Modified Files: win32file.i Log Message: autoduck Index: win32file.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32file.i,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** win32file.i 9 Apr 2008 23:53:32 -0000 1.89 --- win32file.i 4 May 2008 10:44:14 -0000 1.90 *************** *** 436,440 **** //FileIOCompletionRoutine ! // @pyswig |FindClose|Closes a handle opened with <om win32file.FindOpen> BOOLAPI FindClose(HANDLE hFindFile); // @pyparm int|hFindFile||file search handle --- 436,440 ---- //FileIOCompletionRoutine ! // @pyswig |FindClose|Closes a find handle. BOOLAPI FindClose(HANDLE hFindFile); // @pyparm int|hFindFile||file search handle |