ComInitFlags

Determines the concurrency model used for incoming calls to objects created by this thread.

This concurrency model can be either apartment-threaded or multithreaded.

Values

ValueMeaning
appartmentThreaded0x2

Initializes the thread for (single) apartment-threaded object concurrency.

multithreaded0x0

Initializes the thread for multithreaded object concurrency.

disableOLE1DDE0x4

Disables DDE for OLE1 support.

speedOverMemory0x8

Increase memory usage in an attempt to increase performance.

Meta