home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / iwftech.zip / samples / WFPeek / wfpeek.H < prev    next >
Text File  |  1994-06-08  |  3KB  |  38 lines

  1. /*+--------------------------------------------------------------------------+*/
  2. /*|WF/2 Message spy sample                                                   |*/
  3. /*|--------------------------------------------------------------------------|*/
  4. /*|                                                                          |*/
  5. /*| PROGRAM NAME: WFPEEK                                                     |*/
  6. /*| -------------                                                            |*/
  7. /*|                                                                          |*/
  8. /*| COPYRIGHT:                                                               |*/
  9. /*| ----------                                                               |*/
  10. /*|  Copyright (C) International Business Machines Corp., 1991,1992,1993.    |*/
  11. /*|                                                                          |*/
  12. /*| DISCLAIMER OF WARRANTIES:                                                |*/
  13. /*| -------------------------                                                |*/
  14. /*| The following [enclosed] code is sample code created by IBM              |*/
  15. /*| Corporation.  This sample code is not part of any standard IBM product   |*/
  16. /*| and is provided to you solely for the purpose of assisting you in the    |*/
  17. /*| development of your applications.  The code is provided "AS IS",         |*/
  18. /*| without warranty of any kind.  IBM shall not be liable for any damages   |*/
  19. /*| arising out of your use of the sample code, even if they have been       |*/
  20. /*| advised of the possibility of such damages.                              |*/
  21. /*|                                                                          |*/
  22. /*| REVISION LEVEL: 2.1                                                      |*/
  23. /*| -------------------                                                      |*/
  24. /*|                                                                          |*/
  25. /*|  This program illustrates registering a PM program with WF/2 and         |*/
  26. /*|  receiving messages from WF/2.                                           |*/
  27. /*|                                                                          |*/
  28. /*+--------------------------------------------------------------------------+*/
  29. #ifndef __WFPEEK_H__
  30.    #define __WFPEEK_H__
  31.  
  32.    #define IDD_WFPEEK_MAIN    100
  33.    #define IDC_WFPEEK_LISTBOX (FID_CLIENT)
  34.    #define IDS_WFPEEK_TITLE   102
  35.  
  36.    #define WKF_TYPE_UNKNOWN   0x1000000
  37. #endif
  38.