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)); }
public HRESULT GetGenerationChange([NativeTypeName("long *")] int *GenerationID, ISpeechLexiconWords **ppWords) { return(((delegate * unmanaged <ISpeechLexicon *, int *, ISpeechLexiconWords **, int>)(lpVtbl[14]))((ISpeechLexicon *)Unsafe.AsPointer(ref this), GenerationID, ppWords)); }