home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / mmstereo / mltcd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  2.2 KB  |  42 lines

  1. /******************************************************************************
  2. * .FILE:         mltcd.h                                                      *
  3. *                                                                             *
  4. * .DESCRIPTION:  Multimedia Stereo Sample:             Symbolic Definitions   *
  5. *                                                                             *
  6. * .COPYRIGHT:                                                                 *
  7. *    Licensed Material - Program-Property of IBM                              *
  8. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  9. *                                                                             *
  10. * .DISCLAIMER:                                                                *
  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. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  20. *                                                                             *
  21. ******************************************************************************/
  22. #define SCANFID        4001
  23. #define SCANBID        4002
  24. #define TRACKFID       4003
  25. #define TRACKBID       4004
  26. #define EJECTID        4005
  27. #define READOUTID      4006
  28. #define DISCREADOUTID  4007
  29. #define BASEBUTTONID   4008
  30. #define CDNAMEID       4009
  31.  
  32. #define STR_PAD         9108
  33. #define TITLE_CD_PLAYER 9107
  34. #define STR_INIT_DISP   9106
  35. #define STR_NO_TITLE    9105
  36. #define STR_INSERT      9104
  37. #define STR_NO_DEVICE   9103
  38. #define STR_TRACK       9102
  39. #define STR_NO_DISC_TITLE  9101
  40. #define STR_NO_TRACK_TITLE 9100
  41.  
  42.