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.

27 lines
682 B

  1. /*****************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 2000
  4. *
  5. * TITLE: VideoProc.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * DATE: 2000/11/14
  10. *
  11. * DESCRIPTION: Maintains the WiaVideo object
  12. *
  13. *****************************************************************************/
  14. #ifndef _VIDEOPROC_H_
  15. #define _VIDEOPROC_H_
  16. HRESULT VideoProc_Init();
  17. HRESULT VideoProc_Term();
  18. HRESULT VideoProc_DShowListInit();
  19. HRESULT VideoProc_DShowListTerm();
  20. UINT_PTR VideoProc_ProcessMsg(UINT uiControlID);
  21. HRESULT VideoProc_TakePicture();
  22. void VideoProc_IncNumPicsTaken();
  23. #endif // _VIDEOPROC_H_