public int get_DisplayAttributes([NativeTypeName("SpeechDisplayAttributes *")] SpeechDisplayAttributes *DisplayAttributes)
 {
     return(((delegate * unmanaged <ISpeechPhraseElement *, SpeechDisplayAttributes *, int>)(lpVtbl[16]))((ISpeechPhraseElement *)Unsafe.AsPointer(ref this), DisplayAttributes));
 }
 public int GetDisplayAttributes([NativeTypeName("long")] int StartElement, [NativeTypeName("long")] int Elements, [NativeTypeName("VARIANT_BOOL")] short UseReplacements, SpeechDisplayAttributes *DisplayAttributes)
 {
     return(((delegate * unmanaged <ISpeechPhraseInfo *, int, int, short, SpeechDisplayAttributes *, int>)(lpVtbl[22]))((ISpeechPhraseInfo *)Unsafe.AsPointer(ref this), StartElement, Elements, UseReplacements, DisplayAttributes));
 }
Exemple #3
0
 public HRESULT get_DisplayAttributes(SpeechDisplayAttributes *DisplayAttributes)
 {
     return(((delegate * unmanaged <ISpeechPhraseReplacement *, SpeechDisplayAttributes *, int>)(lpVtbl[7]))((ISpeechPhraseReplacement *)Unsafe.AsPointer(ref this), DisplayAttributes));
 }