Alexandre Julliard : quartz: Specify the PSFactoryBuffer class in the idl file.
Module: wine Branch: master Commit: 89d1d47d6ba19f310d504f8aa5bbeacaa4ff65d1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=89d1d47d6ba19f310d504f8aa5... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Aug 1 14:27:17 2011 +0200 quartz: Specify the PSFactoryBuffer class in the idl file. --- dlls/quartz/quartz_strmif.idl | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/dlls/quartz/quartz_strmif.idl b/dlls/quartz/quartz_strmif.idl index ede51f6..ef19709 100644 --- a/dlls/quartz/quartz_strmif.idl +++ b/dlls/quartz/quartz_strmif.idl @@ -20,6 +20,12 @@ cpp_quote("#include <wingdi.h>") #include "strmif.idl" [ + threading(both), + uuid(670d1d20-a068-11d0-b3f0-00aa003761c5) /* IAMCopyCaptureFileProgress */ +] +coclass PSFactoryBuffer { interface IFactoryBuffer; } + +[ helpstring("Filter Graph"), threading(both), uuid(e436ebb3-524f-11ce-9f53-0020af0ba770)
participants (1)
-
Alexandre Julliard