The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RO_INIT_TYPE enumeration
Determines the concurrency model used for incoming calls to the objects created by this thread.
Syntax
typedef enum RO_INIT_TYPE { RO_INIT_MULTITHREADED = 1 } RO_INIT_TYPE;
Constants
- RO_INIT_MULTITHREADED
-
Initializes the thread for multi-threaded concurrency. The current thread is initialized in the MTA.
Remarks
Pass the RO_INIT_TYPE enumeration to the RoInitialize function to initialize a thread in the Windows Runtime.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
See also
Show: