Example #1
0
 public HRESULT EnumerateTokens([NativeTypeName("BSTR")] ushort *RequiredAttributes, [NativeTypeName("BSTR")] ushort *OptionalAttributes, ISpeechObjectTokens **Tokens)
 {
     return(((delegate * unmanaged <ISpeechObjectTokenCategory *, ushort *, ushort *, ISpeechObjectTokens **, int>)(lpVtbl[12]))((ISpeechObjectTokenCategory *)Unsafe.AsPointer(ref this), RequiredAttributes, OptionalAttributes, Tokens));
 }
 public int GetProfiles([NativeTypeName("BSTR")] ushort *RequiredAttributes, [NativeTypeName("BSTR")] ushort *OptionalAttributes, ISpeechObjectTokens **ObjectTokens)
 {
     return(((delegate * unmanaged <ISpeechRecognizer *, ushort *, ushort *, ISpeechObjectTokens **, int>)(lpVtbl[32]))((ISpeechRecognizer *)Unsafe.AsPointer(ref this), RequiredAttributes, OptionalAttributes, ObjectTokens));
 }
 public HRESULT GetAudioOutputs([NativeTypeName("BSTR")] ushort *RequiredAttributes, [NativeTypeName("BSTR")] ushort *OptionalAttributes, ISpeechObjectTokens **ObjectTokens)
 {
     return(((delegate * unmanaged <ISpeechVoice *, ushort *, ushort *, ISpeechObjectTokens **, int>)(lpVtbl[34]))((ISpeechVoice *)Unsafe.AsPointer(ref this), RequiredAttributes, OptionalAttributes, ObjectTokens));
 }