[pywin32-checkins] pywin32/com/win32comext/mapi/src mapi.i,1.4,1.5
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-12-23 05:55:20
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/mapi/src In directory sc8-pr-cvs1:/tmp/cvs-serv32597 Modified Files: mapi.i Log Message: Add TBL_ALL_COLUMNS constants. Index: mapi.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/mapi/src/mapi.i,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mapi.i 1 Sep 2003 12:10:28 -0000 1.4 --- mapi.i 23 Dec 2003 05:55:11 -0000 1.5 *************** *** 431,434 **** --- 431,437 ---- #define TABLE_SORT_DESCEND TABLE_SORT_DESCEND // The table should be sorted in descending order. + #define TBL_ALL_COLUMNS TBL_ALL_COLUMNS // The table should return all available columns. + + // @object MAPIINIT_0|A MAPIINIT_0 is represented as a tuple of: // @tupleitem 0|int|version|This must be MAPI_INIT_VERSION. |