Rémi Bernon (@rbernon) commented about include/windows.media.speechsynthesis.idl:
- {
[propget] HRESULT Options([out, retval] SpeechSynthesizerOptions **value);- }
- [
contract(Windows.Foundation.UniversalApiContract, 1.0),exclusiveto(Windows.Media.SpeechSynthesis.VoiceInformation),uuid(b127d6a4-1291-4604-aa9c-83134083352c)- ]
- interface IVoiceInformation : IInspectable
- {
[propget] HRESULT DisplayName([out, retval] HSTRING* value);[propget] HRESULT Id([out, retval] HSTRING* value);[propget] HRESULT Language([out, retval] HSTRING* value);[propget] HRESULT Description([out, retval] HSTRING* value);[propget] HRESULT Gender([out, retval] VoiceGender* value);
Ditto for the pointer stars.