home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / progjour / 1991 / 06 / initinst.h < prev    next >
C/C++ Source or Header  |  1991-06-06  |  316b  |  11 lines

  1. static BOOL InitInstance();
  2.  
  3. /*--------------------------------------------------------------------------
  4.   Register InitInstance
  5. --------------------------------------------------------------------------*/
  6. static void StartInstance()
  7. {
  8.   RegisterInstance ( InitInstance );
  9. }
  10. #pragma startup StartInstance
  11.