home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / misc / vfwdk / samples / movplay / movplay.h < prev    next >
Text File  |  1993-01-26  |  908b  |  36 lines

  1.  
  2. /*---------------------------------------------------------------------
  3. |
  4. | MovPlay.h - Movie player include file
  5. |
  6. |
  7. |   Copyright (c) 1992, 1993 Microsoft Corporation.  All Rights Reserved.
  8. |
  9. |    You have a royalty-free right to use, modify, reproduce and 
  10. |    distribute the Sample Files (and/or any modified version) in 
  11. |    any way you find useful, provided that you agree that 
  12. |    Microsoft has no warranty obligations or liability for any 
  13. |    Sample Application Files.
  14. |
  15. |
  16. +-------------------------------------------------------------------*/
  17.  
  18. /* constants */
  19. #define BUFFER_LENGTH  256
  20.  
  21. /* Menu items */
  22. /* File menu */
  23. #define IDM_OPEN   1
  24. #define IDM_CLOSE  2
  25. #define IDM_EXIT   3
  26. #define IDM_ANOTHER 4
  27.  
  28. /* Movie menu */
  29. #define IDM_PLAY   10
  30. #define IDM_HOME   11
  31. #define IDM_END    12
  32. #define IDM_STEP   13
  33. #define IDM_RSTEP  14
  34. #define IDM_RPLAY  15
  35.  
  36.