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