home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / begin / dll / demo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-05  |  840 b   |  24 lines

  1.  
  2. /******************************************************************************\
  3. *       This is a part of the Microsoft Source Code Samples. 
  4. *       Copyright (C) 1993-1997 Microsoft Corporation.
  5. *       All rights reserved. 
  6. *       This source code is only intended as a supplement to 
  7. *       Microsoft Development Tools and/or WinHelp documentation.
  8. *       See these sources for detailed information regarding the 
  9. *       Microsoft samples programs.
  10. \******************************************************************************/
  11.  
  12.  
  13. #define IDM_BOX     101
  14. #define IDM_BLOCK   102
  15. #define IDM_RETAIN  103
  16. #define IDM_ABOUT   104
  17.  
  18. #define IDS_APPNAME     1001
  19. #define IDS_NOMEM       1002
  20.  
  21. BOOL DemoInit(HANDLE);
  22. LONG APIENTRY DemoWndProc(HWND, UINT, UINT, LONG);
  23. BOOL APIENTRY About(HWND, UINT, UINT, LONG);
  24.