Skip to content
Snippets Groups Projects
Commit ffb6cc69 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

use `COINIT_DISABLE_OLE1DDE` with `CoInitializeEx()`

It appears that OLE 1.0 is not utilized, so it should
be beneficial to set this flag.

From "Initializing the COM Library":
> ... it is a good idea to set the COINIT_DISABLE_OLE1DDE
> flag in the dwCoInit parameter. Setting this flag avoids
> some overhead associated with Object Linking and Embedding
> (OLE) 1.0, an obsolete technology.
parent b7a9a84a
No related branches found
No related tags found
1 merge request!5624use `COINIT_DISABLE_OLE1DDE` with `CoInitializeEx()`
Pipeline #485561 passed with stage
in 27 minutes and 32 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment