Hi, what does the following code mean and what does it do ? Is it really required ?
#if !USING_NET11
using System.Runtime.InteropServices.ComTypes;
#endif
In my project file I have implemented the web cam capture using the dshownet wrapper. The above code was there in the Form1.cs file.
Many Thanks