RE: creating managed dll from vmrender.idl

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



There is a library that has already done this. Take a look at
http://directshownet.sourceforge.net/

dw

"ve" wrote:

> Hi,
>
> i basically want IVMRWindowlessControl interfaces and other vmr interfaces.
> So i generated the dll out of it. But the methods SetVideoClippingWindow()
> and RepaintVideo() takes some structure called _RemotableHandle. This is no
> where in the .idl file. instead i want System.IntPtr as the window handle not
> the above structure. How can i do this?
>
> thanks in advance
.