#ifndef __TVN_DEBUG_H__ #define __TVN_DEBUG_H__ #include #include #include std::string notifyname(DWORD dw); std::string TvStateString(DWORD state, DWORD mask); std::string TvItemString(TVITEM& tv); std::string TvActionString(DWORD action, DWORD code); #endif