home *** CD-ROM | disk | FTP | other *** search
- /*
- * BCERROR.h
- * $Header: /bcsample/BUGBNCHX/MAINERR/BCERROR.H 1 5/28/96 1:11p Dave $
- *
- * Description:
- * Defines the structures and functions for filling the Tree control.
- *
- * Notes:
- * <implementation notes go here>
- *
- ***********************************************************************
- *
- * Nu-Mega Technologies, Inc.
- * P.O. Box 7780
- * Nashua, NH 03060
- *
- * (c) Copyright 1994, 1995 Nu-Mega Technologies, Inc.
- * ALL RIGHTS RESERVED.
- *
- ***********************************************************************
- *
- **********************************************************************/
- #ifndef _BCERROR_H
- #define _BCERROR_H
-
- #include "BCIDSRC.h"
- #include "debug.h"
-
- #include "bcerrtyp.h"
-
- void DeleteLParam ( void ) ;
- void FillTree ( HWND hwndTree ) ;
-
- extern "C" __declspec(dllexport)
- void DoRandomErrors ( void ) ;
- extern "C" __declspec(dllexport)
- void DoAllErrors ( void ) ;
-
- BOOL DoingAllErrors ( void ) ;
-
- #endif // _BCERROR_H
-
-