home *** CD-ROM | disk | FTP | other *** search
- /*
- Copyright (c) 1993 by Barking Spider Software Inc. All rights reserved
-
- Filename...: listdem2.h
-
- Version....: 1.0
-
- Language...: Microsoft C/C++ 7.0
-
- Model......: Small
-
- Environment: Microsoft Windows 3.1
-
- Description: Header for list control demo 2
-
- Notes......:
-
- History....:
-
- Author.....: Peter J. Kaufman
- */
-
- #define IDR_LISTDEMO_ICON 290
-
- /* Dialog IDs */
-
- #define IDD_DIALOG 100
- #define IDC_LIST 101
-
- /* Menu IDs */
-
- #define IDM_LIST_DIALOG 10
- #define IDM_EXIT 11
-
- /* PROTOTYPES */
-
- long FAR PASCAL _export ListDemo2WndProc ( HWND hwnd,
- UINT message,
- UINT wParam,
- LONG lParam);
-
- BOOL FAR PASCAL _export ListDlgProc (HWND hwnd,
- UINT message,
- UINT wParam,
- LONG lParam) ;
-
- WORD HandleAddChildrenError( HWND hwnd, WORD wErrCode);
-
-
- /*--------------------------------- EOF -----------------------------------*/
-
-