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

  1. /****************************************************************************/
  2. /*                                                                          */
  3. /* PROGRAM NAME: WKFInfo                                                    */
  4. /*                                                                          */
  5. /* COPYRIGHT:                                                               */
  6. /* ----------                                                               */
  7. /* Copyright (C) International Business Machines Corp., 1991,1992,1993,1994 */
  8. /*                                                                          */
  9. /* DISCLAIMER OF WARRANTIES:                                                */
  10. /* -------------------------                                                */
  11. /* The following [enclosed] code is sample code created by IBM              */
  12. /* Corporation.  This sample code is not part of any standard IBM product   */
  13. /* and is provided to you solely for the purpose of assisting you in the    */
  14. /* development of your applications.  The code is provided "AS IS",         */
  15. /* without warranty of any kind.  IBM shall not be liable for any damages   */
  16. /* arising out of your use of the sample code, even if they have been       */
  17. /* advised of the possibility of such damages.                              */
  18. /*                                                                          */
  19. /* REVISION LEVEL: 2.1                                                      */
  20. /* -------------------                                                      */
  21. /*                                                                          */
  22. /* This program illustrates using the project and actions profile APIs to   */
  23. /* obtain information about a project and its actions.                      */
  24. /*                                                                          */
  25. /****************************************************************************/
  26.                                                                               
  27.  
  28. /* Include WF integration headers */  
  29. #define INCL_WKFPRJ                          
  30. #define INCL_WKFPRF                          
  31. #define INCL_WKFPAM                          
  32.  
  33. #define IDD_DLG                     100
  34. #define IDD_MLE                     FID_CLIENT
  35.  
  36. #define IDM_DLG_ACTIONBAR           200
  37. #define IDM_FILE                    201
  38. #define IDM_FILE_OPEN               202
  39. #define IDM_FILE_SAVE               203
  40.  
  41. #define MAX_LINE_LENGTH             1000
  42.  
  43.   
  44.   
  45.   
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                                                                       
  66.  
  67.