1234567891011121314151617181920212223242526272829303132 |
- #ifndef MAPICONSOLETABLE_H
- #define MAPICONSOLETABLE_H
- #include <kopano/zcdefs.h>
- #include <mapi.h>
- #include <mapidefs.h>
- namespace KC {
- extern _kc_export HRESULT MAPITablePrint(IMAPITable *, bool humanreadable = true);
- }
- #endif
|