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
19 lines
351 B
#ifndef _VIDWIZ_H
|
|
#define _VIDWIZ_H
|
|
|
|
#include "dcap.h"
|
|
|
|
// header file for Setup wizard's video capture device selection page
|
|
|
|
|
|
|
|
void UpdateVidConfigRegistry();
|
|
BOOL NeedVideoPropPage(BOOL fForce);
|
|
INT_PTR APIENTRY VidWizDlg(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|
|
BOOL InitVidWiz();
|
|
BOOL UnInitVidWiz();
|
|
|
|
#endif
|
|
|
|
|