[pywin32-checkins] pywin32/com/win32comext/mapi/src PyIMAPIFolder.i,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-07-02 03:41:21
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/mapi/src In directory sc8-pr-cvs1:/tmp/cvs-serv18454 Modified Files: PyIMAPIFolder.i Log Message: autoduck corrections. Index: PyIMAPIFolder.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/mapi/src/PyIMAPIFolder.i,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PyIMAPIFolder.i 25 Nov 2002 03:10:39 -0000 1.2 --- PyIMAPIFolder.i 2 Jul 2003 03:41:11 -0000 1.3 *************** *** 54,58 **** // @pyswig |CopyMessages|Copies the specified messages HRESULT CopyMessages( ! SBinaryArray *INPUT, // @pyparm <o SBinaryArray>|msgs|| IID *INPUT_NULLOK, // @pyparm <o PyIID>|iid||IID representing the interface to be used to access the destination folder. Should usually be None. IMAPIFolder *INPUT, // @pyparm <o PyIMAPIFolder>|folder||The destination folder --- 54,58 ---- // @pyswig |CopyMessages|Copies the specified messages HRESULT CopyMessages( ! SBinaryArray *INPUT, // @pyparm <o PySBinaryArray>|msgs|| IID *INPUT_NULLOK, // @pyparm <o PyIID>|iid||IID representing the interface to be used to access the destination folder. Should usually be None. IMAPIFolder *INPUT, // @pyparm <o PyIMAPIFolder>|folder||The destination folder *************** *** 68,72 **** // @pyswig |DeleteMessages|Deletes the specified messages. HRESULT DeleteMessages( ! SBinaryArray *INPUT, // @pyparm <o SBinaryArray>|msgs|| unsigned long ulUIParam, // @pyparm int|uiParam||A HWND for the progress IMAPIProgress *INPUT_NULLOK,// @pyparm <o PyIMAPIProgress>|progress||A progress object, or None --- 68,72 ---- // @pyswig |DeleteMessages|Deletes the specified messages. HRESULT DeleteMessages( ! SBinaryArray *INPUT, // @pyparm <o PySBinaryArray>|msgs|| unsigned long ulUIParam, // @pyparm int|uiParam||A HWND for the progress IMAPIProgress *INPUT_NULLOK,// @pyparm <o PyIMAPIProgress>|progress||A progress object, or None |