C/C++
vfwcntrl.txt
Associated article: A Video for Windows ActiveX Control
Tags: C/C++
Published source code accompanying the article by Ofer Laor in which he presents oVFW, an ActiveX control that encapsulates the Video for Windows API so that Visual Basic applications can easily interact with video-capture cards. Also see VFWCNTRL.ZIP.
A Video for Windows ActiveX Control
by Ofer LaOr
Listing One
[
hidden,
uuid(54526101-F0CA-11d1-969F-002018631632)
]
dispinterface _oVFWEvents
{
properties:
methods:
[id(1)] void DriversEnum([in]long index, [in]IoVFWDriverInfo* driver);
};
Listing Two
coclass oVFW
{
[default] interface IoVFW;
[default, source] ...


