Re: What is COINIT_DISABLE_OLE1DDE mean in CoInitializeEx

Tech-Archive recommends: Speed Up your PC by fixing your registry



Kimi <Kimi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I am wondering what thread mode of DirectShow's thread. I see the
CAMThread is use CoInitializeEx with COINIT_DISABLE_OLE1DDE without
any other flag. I don't known what does it mean. Does it imple
COINIT_APARTMENTTHREADED or COINIT_MULTITHREADED flag?

COINIT_MULTITHREADED happens to have a numeric value of 0, thus it is
the default unless COINIT_APARTMENTTHREADED is explicitly specified.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.



Relevant Pages

  • Re: SHBrowseForFolder treeview missing
    ... If I use BIF_NEWDIALOGSTYLE flag, the appears, but the treeview does not. ... BROWSEINFO browsInfo; ... What I found out is that CoInitializeEx() returns 0x80010106. ...
    (microsoft.public.vc.mfc)
  • Re: Problems with CreateControlEx()
    ... Another dll of mine, that uses ... DirectShow, also calls the CoInitializeEx(). ... COINIT_APARTMENTTHREADED flag. ...
    (microsoft.public.vc.atl)