Beispiel #1
0
 public HRESULT GetDataKey(SpeechDataKeyLocation Location, ISpeechDataKey **DataKey)
 {
     return(((delegate * unmanaged <ISpeechObjectTokenCategory *, SpeechDataKeyLocation, ISpeechDataKey **, int>)(lpVtbl[11]))((ISpeechObjectTokenCategory *)Unsafe.AsPointer(ref this), Location, DataKey));
 }
Beispiel #2
0
 public HRESULT get_DataKey(ISpeechDataKey **DataKey)
 {
     return(((delegate * unmanaged <ISpeechObjectToken *, ISpeechDataKey **, int>)(lpVtbl[8]))((ISpeechObjectToken *)Unsafe.AsPointer(ref this), DataKey));
 }
Beispiel #3
0
 public int CreateKey([NativeTypeName("const BSTR")] ushort *SubKeyName, [NativeTypeName("ISpeechDataKey **")] ISpeechDataKey **SubKey)
 {
     return(((delegate * unmanaged <ISpeechDataKey *, ushort *, ISpeechDataKey **, int>)(lpVtbl[14]))((ISpeechDataKey *)Unsafe.AsPointer(ref this), SubKeyName, SubKey));
 }
Beispiel #4
0
 public int get_DataKey([NativeTypeName("ISpeechDataKey **")] ISpeechDataKey **DataKey)
 {
     return(((delegate * unmanaged <ISpeechObjectToken *, ISpeechDataKey **, int>)(lpVtbl[8]))((ISpeechObjectToken *)Unsafe.AsPointer(ref this), DataKey));
 }