RoInitialize function winrt

int RoInitialize(
  1. int initType
)

Initializes the Windows Runtime on the current thread with the specified concurrency model.

HRESULT RoInitialize(
  RO_INIT_TYPE initType
);

Implementation

int RoInitialize(int initType) => _RoInitialize(initType);