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.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
generic.bmp Add source files 4 years ago
generic.c Add source files 4 years ago
generic.cnt Add source files 4 years ago
generic.def Add source files 4 years ago
generic.dsp Add source files 4 years ago
generic.err Add source files 4 years ago
generic.h Add source files 4 years ago
generic.hlp Add source files 4 years ago
generic.hpj Add source files 4 years ago
generic.ico Add source files 4 years ago
generic.rc Add source files 4 years ago
generic.res Add source files 4 years ago
generic.rtf Add source files 4 years ago
help.bmp Add source files 4 years ago
makefile Add source files 4 years ago
readme.txt Add source files 4 years ago
resource.h Add source files 4 years ago
small.ico Add source files 4 years ago
sources Add source files 4 years ago

readme.txt

Generic Win32-based Application


The GENERIC sample is a generic Win32-based application with a menu and an
About box, but without any real functionality. The sample demonstrates the
basic steps that are used to create the application.

The files included in this sample are:

GENERIC.C - The .C source file
GENERIC.H - The .H file for the sample
RESOURCE.H - The .H file created by VC++ 2.0
GENERIC.DEF - The definition file
GENERIC.RC - Contains resource information such as menus and dialog boxes
GENERIC.HPJ - The Help file source
GENERIC.CNT - The contents list for the Help file
GENERIC.RTF - A rich text format file used for Help
GENERIC.MAK - A Microsoft Visual C++ 2.0 make file
MAKEFILE - A command line make file
MAKEHELP.BAT - A batch file that makes the Help file
GENERIC.ICO - The icon for the GENERIC sample
SMALL.ICO - The small-icon for the GENERIC sample
GENERIC.BMP - A bitmap for the GENERIC sample
HELP.BMP - A bitmap for the Help file