home *** CD-ROM | disk | FTP | other *** search
- //
- // A couple of menu #defines
- //
-
- #define IDM_EXIT 100
- #define IDM_ABOUT 101
-
- #define IDM_GO 110
-
-
- //
- // #Defines for controls in main dialog
- //
-
- #define IDC_HWND 120
- #define IDC_CAPTION 121
- #define IDC_HWNDPARENT 122
- #define IDC_PARENTCAPTION 123
- #define IDC_HINST 124
- #define IDC_RECT 125
- #define IDC_POS 126
- #define IDC_HWNDICON 127
- #define IDC_PARENTICON 128
-
- #define IDC_CHILDREN 135
- #define IDC_PROPERTIES 136
- #define IDC_DATA 137
- #define IDC_SENDMSG 138
- #define IDC_STYLES 139
- #define IDC_SPY 141
-
- #define IDC_HEX 150
- #define IDC_DEC 151
-
- #define IDC_SCREEN 155
- #define IDC_DIALOG 156
-
-
- //
- // Controls in wnd/class extra data window
- //
-
- #define IDC_WNDTEXT 120
- #define IDC_WNDLIST 121
- #define IDC_CLSTEXT 122
- #define IDC_CLSLIST 123
-
-
- //
- // Controls in List windows
- //
-
- #define IDC_STATIC 120
- #define IDC_LISTBOX 121
-
-
- //
- // Controls in SendMsg window
- //
-
- #define IDC_HWNDTOSEND 120
- #define IDC_MESSAGES 121
- #define IDC_WPARAM 122
- #define IDC_LPARAM 123
- #define IDC_SEND 124
-
-
- //
- // WinMain & other EXPORTed window functions
- //
-
- int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
-
- LONG FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
- LONG FAR PASCAL GenericViewerWndProc(HWND, unsigned, WORD, LONG);
- LONG FAR PASCAL SendMsgWndProc(HWND, unsigned, WORD, LONG);
-
- int FAR PASCAL EnumWindowPropsProc(HWND, LPSTR, HANDLE);
- int FAR PASCAL EnumChildrenProc(HWND, DWORD);
- BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
-