Esempio n. 1
0
 public HRESULT GetWords(SpeechLexiconType Flags, [NativeTypeName("long *")] int *GenerationID, ISpeechLexiconWords **Words)
 {
     return(((delegate * unmanaged <ISpeechLexicon *, SpeechLexiconType, int *, ISpeechLexiconWords **, int>)(lpVtbl[8]))((ISpeechLexicon *)Unsafe.AsPointer(ref this), Flags, GenerationID, Words));
 }
Esempio n. 2
0
 public HRESULT GetPronunciations([NativeTypeName("BSTR")] ushort *bstrWord, [NativeTypeName("SpeechLanguageId")] int LangId, SpeechLexiconType TypeFlags, ISpeechLexiconPronunciations **ppPronunciations)
 {
     return(((delegate * unmanaged <ISpeechLexicon *, ushort *, int, SpeechLexiconType, ISpeechLexiconPronunciations **, int>)(lpVtbl[13]))((ISpeechLexicon *)Unsafe.AsPointer(ref this), bstrWord, LangId, TypeFlags, ppPronunciations));
 }