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 / excepinf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-27  |  114 b   |  10 lines

  1. class CExcepInfo :
  2.    public EXCEPINFO
  3. {
  4. public:
  5.    CExcepInfo();
  6.    ~CExcepInfo();
  7.  
  8.    void Clear();
  9. };
  10.