home *** CD-ROM | disk | FTP | other *** search
/ Chip Multimedia 1993 January / chip_mm_1.iso / standard / 08 / video.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-01  |  365 b   |  14 lines

  1. #define ID_BUTTON_OPEN   100
  2. #define ID_BUTTON_CLOSE  200
  3. #define ID_BUTTON_PLAY   300
  4. #define ID_BUTTON_STOP   400
  5. #define ID_BUTTON_END    500
  6.  
  7. WORD  OpenVideo   (char *, HWND);
  8. DWORD CloseVideo  (WORD);
  9. DWORD PlayVideo   (WORD, HWND);
  10. DWORD StopVideo   (WORD);
  11. DWORD RewindVideo (WORD);
  12.  
  13. BOOL FAR PASCAL  DialogBoxProc (HWND, UINT, WPARAM, LPARAM);
  14.