Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
866 B

  1. /*---------------------------------------------------------------------
  2. |
  3. | LangPlay.h - Movie player include file
  4. |
  5. +-------------------------------------------------------------------*/
  6. /**************************************************************************
  7. *
  8. * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  9. * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  10. * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  11. * PURPOSE.
  12. *
  13. * Copyright (c) 1992, 1993 Microsoft Corporation. All Rights Reserved.
  14. *
  15. **************************************************************************/
  16. /* constants */
  17. #define BUFFER_LENGTH 256
  18. /* Menu items */
  19. /* File menu */
  20. #define IDM_OPEN 1
  21. #define IDM_CLOSE 2
  22. #define IDM_EXIT 3
  23. /* Audio menu */
  24. #define IDM_NONE 10
  25. #define IDM_STREAM 11