Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
959 B

  1. Generic Win32-based Application
  2. The GENERIC sample is a generic Win32-based application with a menu and an
  3. About box, but without any real functionality. The sample demonstrates the
  4. basic steps that are used to create the application.
  5. The files included in this sample are:
  6. GENERIC.C - The .C source file
  7. GENERIC.H - The .H file for the sample
  8. RESOURCE.H - The .H file created by VC++ 2.0
  9. GENERIC.DEF - The definition file
  10. GENERIC.RC - Contains resource information such as menus and dialog boxes
  11. GENERIC.HPJ - The Help file source
  12. GENERIC.CNT - The contents list for the Help file
  13. GENERIC.RTF - A rich text format file used for Help
  14. GENERIC.MAK - A Microsoft Visual C++ 2.0 make file
  15. MAKEFILE - A command line make file
  16. MAKEHELP.BAT - A batch file that makes the Help file
  17. GENERIC.ICO - The icon for the GENERIC sample
  18. SMALL.ICO - The small-icon for the GENERIC sample
  19. GENERIC.BMP - A bitmap for the GENERIC sample
  20. HELP.BMP - A bitmap for the Help file