home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / tstcon / tctrace.h < prev    next >
Encoding:
Text File  |  1998-03-27  |  341 b   |  12 lines

  1. const TRACELEVEL_NONE = 0;
  2. const TRACELEVEL_NORMAL = 1;
  3. const TRACELEVEL_VERBOSE = 2;
  4.  
  5. class CTestContainer98Item;
  6.  
  7. int GetTraceLevel();
  8. void SetTraceLevel( int nLevel );
  9. void __cdecl TCTrace( int nLevel, LPCTSTR pszFormat, ... );
  10. void __cdecl TCControlTrace( int nLevel, CTestContainer98Item* pItem,
  11.    LPCTSTR pszFormat, ... );
  12.