12345678910111213141516171819202122232425262728293031 |
- #ifndef ECMAPIDEBUG_H
- #define ECMAPIDEBUG_H
- #include <mapidefs.h>
- #include <sstream>
- namespace KC {
- HRESULT Dump(std::ostream &os, LPMAPIPROP lpProp, const std::string &strPrefix = std::string());
- }
- #endif
|