Bernhard Kölbl (@besentv) commented about dlls/windows.media.speech/synthesizer.c:
- /*** IUnknown methods ***/
- synthesizer_options3_QueryInterface,
- synthesizer_options3_AddRef,
- synthesizer_options3_Release,
- /*** IInspectable methods ***/
- synthesizer_options3_GetIids,
- synthesizer_options3_GetRuntimeClassName,
- synthesizer_options3_GetTrustLevel,
- /*** ISpeechSynthesizerOptions methods ***/
- synthesizer_options3_get_AppendedSilence,
- synthesizer_options3_put_AppendedSilence,
- synthesizer_options3_get_PunctuationSilence,
- synthesizer_options3_put_PunctuationSilence,
+};
+static HRESULT synthesizer_options_allocate( struct synthesizer_options **out )
Any reason, you called these functions with `_allocate` instead of `_create` ?