#ifndef __DEBUGLOGGER_H__ #define __DEBUGLOGGER_H__ bool logmsg(const WCHAR*msg); bool vlogmsg(const WCHAR*msg, const void *lpParms); bool readlog(BYTE *buf, DWORD req, DWORD *nread); void initlogging(DWORD bufsize); #endif