COINIT Enumeration |
[FlagsAttribute] public enum COINIT
| Member name | Value | Description |
|---|---|---|
| COINIT_MULTITHREADED | 0 | Initializes the thread for multi-threaded object concurrency. |
| COINIT_APARTMENTTHREADED | 2 | Initializes the thread for apartment-threaded object concurrency. |
| COINIT_DISABLE_OLE1DDE | 4 | Disables DDE for Ole1 support. |
| COINIT_SPEED_OVER_MEMORY | 8 | Trades memory for speed. |
The COINIT type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |