home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / avcinst / avcinst.h < prev    next >
Text File  |  1999-05-11  |  3KB  |  74 lines

  1. /*static char *SCCSID = "@(#)avcinst.h  13.4 92/04/21";*/
  2. /*************************************************************************
  3.  * File Name    : AVCINST.H
  4.  *
  5.  * Description  : This file contains the definitions used by the Avcinst
  6.  *                sample program.
  7.  *
  8.  * Concepts     : No Multimedia concepts will be shown.
  9.  *
  10.  * MMPM/2 API's : None used.
  11.  *
  12.  * Required
  13.  *    Files     : None.
  14.  *
  15.  *
  16.  * Copyright (C) IBM 1991, 1993
  17.  *************************************************************************/
  18.  
  19. /*
  20.  * Resource specific definitions.
  21.  */
  22. #define ID_MAIN_DIALOG_BOX                                        1000
  23. #define ID_INSTAL                                                 1001
  24. #define ID_DEINSTAL                                               1002
  25.  
  26. #define ID_OK_PB                                                 1600
  27. #define ID_CANCEL_PB                                              1700
  28. #define ID_HELP_PB                                                1800
  29.  
  30. #define ID_AVC_HELPTABLE                                          2000
  31.  
  32. #define ID_ICON                                                   1000
  33.  
  34.  
  35. /*
  36.  * Misc. Definitions.
  37.  */
  38.  
  39. #define NO_ALLOC_ERROR                                          0
  40.  
  41. #define STRING_SIZE                                             256
  42.  
  43. #define ID_MESSAGE_BOX                                          1
  44. #define SUBTABLE_MESSAGEBOX                                     2001
  45.  
  46. /*
  47.  * New Window Messages.
  48.  */
  49. #define MC_FINISHED_INITDLG                                    WM_USER + 1
  50. #define FILE_NAME_SIZE                                         CCHMAXPATH
  51. /*
  52.  * String defines for the string table.
  53.  */
  54. #define IDS_HELP_WINDOW_TITLE                                   1
  55. #define IDS_MESSAGE_BOX_TITLE                                   2
  56. #define IDS_MMIO_INSTALLPROC_NAME                               3
  57. #define IDS_MMIO_INSTALLPROC_DLL_NAME                           4
  58. #define IDS_HELP_LIBRARY_FILE                                   5
  59. #define IDS_MAIN_WINDOW_TITLE                                   6
  60.  
  61. #define NUMBER_OF_PROGRAM_STRINGS                               6
  62.  
  63. #define IDS_HELP_CREATION_FAILED                                7
  64. #define IDS_INSTALLATION_IS_COMPLETE                            8
  65. #define IDS_FIND_FIRST_FAILED                                   9
  66. #define IDS_MMIOPROC_COULD_NOT_BE_INSTALLED                     10
  67. #define IDS_ALLOCATION_OF_MEMORY_FAILED                         11
  68. #define IDS_LOADMODULE_FAILED                                   12
  69. #define IDS_QUERY_PROC_ADDR_FAILED                              13
  70. #define IDS_TARGET_FILE_EXISTS                                  14
  71. #define IDS_INSTALL_FIRST                                       15
  72. #define IDS_ALREADY_INSTALLED                                   16
  73. #define IDS_DEFAULTSIZE                                         17
  74.