mirror of https://github.com/lianthony/NT4.0
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.
19 lines
514 B
19 lines
514 B
/*
|
|
* This is a temporay include file. It's contents ultimately need to be
|
|
* moved into windows.h.
|
|
*/
|
|
|
|
#define HELP_HIDE_WINDOW 0x0010
|
|
#define HELP_SHOW_WINDOW 0x0011
|
|
#define HELP_DEMO_DEST 0x0012
|
|
|
|
/* The following are sent to the application */
|
|
|
|
#define HELP_MAIN_HWND 0x0300
|
|
#define HELP_SECONDARY_HWND 0x0301
|
|
#define HELP_REQUESTS_DEMO 0x0302
|
|
#define HELP_REQUESTS_MORE 0x0303
|
|
|
|
#ifndef WM_WINHELP
|
|
#define WM_WINHELP 0x0038 // ;Internal WinNT
|
|
#endif
|