[pywin32-checkins] pywin32/win32/src win32gui.i,1.126,1.127
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-04-10 07:31:05
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16603 Modified Files: win32gui.i Log Message: autoduck param for GetOpenFileName Index: win32gui.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32gui.i,v retrieving revision 1.126 retrieving revision 1.127 diff -C2 -d -r1.126 -r1.127 *** win32gui.i 8 Feb 2009 09:58:49 -0000 1.126 --- win32gui.i 10 Apr 2009 07:30:55 -0000 1.127 *************** *** 4575,4578 **** --- 4575,4579 ---- // @pyswig int|GetOpenFileName|Creates an Open dialog box that lets the user specify the drive, directory, and the name of a file or set of files to open. // @rdesc If the user presses OK, the function returns TRUE. Otherwise, use CommDlgExtendedError for error details. + // @param string/bytes|OPENFILENAME||A string packed into an OPENFILENAME structure, probably via the struct module. BOOL GetOpenFileName(OPENFILENAME *INPUT); |