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.
 
 
 
 
 
 

20 lines
484 B

/*++
*
* Hello.h
* Simple 16-bit Windows App
*
* Copyright (c) 1991, Microsoft Corporation
*
* History:
* Created 27-Jan-1991 by Jeff Parsons (jeffpar)
* From "Programming Windows" by C. Petzold, p.16-19
*
* Updated 02-May-1991 by Jeff Parsons (jeffpar)
* To serve as a bare-bones shell (user-friendly of course)
--*/
#define IDM_BREAKPOINT 100
#define IDM_ENUMWINDOWS 101
#define IDM_ENUMCHILDWINDOWS 102
#define IDM_ENUMTASKWINDOWS 103