WinRT does not support 'in/out' arrays - use 'const Platform::Array ^' for 'in' and 'Platform::WriteOnlyArray ^' or 'Platform::Array ...