home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / numega / sc501.exe / data1.cab / Examples / BCERROR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-25  |  1004 b   |  43 lines

  1. /*
  2.  * BCERROR.h
  3.  * $Header: /bcsample/BUGBNCHX/MAINERR/BCERROR.H 1     5/28/96 1:11p Dave $
  4.  *
  5.  * Description:
  6.  *  Defines the structures and functions for filling the Tree control.
  7.  *
  8.  * Notes:
  9.  *  <implementation notes go here>
  10.  *
  11.  ***********************************************************************
  12.  *
  13.  * Nu-Mega Technologies, Inc.
  14.  * P.O. Box 7780
  15.  * Nashua, NH 03060
  16.  *
  17.  * (c) Copyright 1994, 1995 Nu-Mega Technologies, Inc.
  18.  * ALL RIGHTS RESERVED.
  19.  *
  20.  ***********************************************************************
  21.  *
  22.  **********************************************************************/
  23. #ifndef _BCERROR_H
  24. #define _BCERROR_H
  25.  
  26. #include "BCIDSRC.h"
  27. #include "debug.h"
  28.  
  29. #include "bcerrtyp.h"
  30.  
  31. void DeleteLParam ( void ) ;
  32. void FillTree ( HWND hwndTree ) ;
  33.  
  34. extern "C" __declspec(dllexport)
  35. void DoRandomErrors ( void ) ;
  36. extern "C" __declspec(dllexport)
  37. void DoAllErrors ( void ) ;
  38.  
  39. BOOL DoingAllErrors ( void ) ;
  40.  
  41. #endif      // _BCERROR_H
  42.  
  43.