Leaked source code of windows server 2003
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.

19 lines
351 B

  1. #ifndef _VIDWIZ_H
  2. #define _VIDWIZ_H
  3. #include "dcap.h"
  4. // header file for Setup wizard's video capture device selection page
  5. void UpdateVidConfigRegistry();
  6. BOOL NeedVideoPropPage(BOOL fForce);
  7. INT_PTR APIENTRY VidWizDlg(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
  8. BOOL InitVidWiz();
  9. BOOL UnInitVidWiz();
  10. #endif