winrtInitialize function winrt
void
winrtInitialize()
Initializes the Windows Runtime on the current thread with a single-threaded concurrency model.
Implementation
void winrtInitialize() => RoInitialize(RO_INIT_TYPE.RO_INIT_SINGLETHREADED);