Esempio n. 1
0
 public HRESULT get_Recorder(IDiscRecorder2Ex **value)
 {
     return(((delegate * unmanaged <IWriteEngine2 *, IDiscRecorder2Ex **, int>)(lpVtbl[10]))((IWriteEngine2 *)Unsafe.AsPointer(ref this), value));
 }
 public int get_Recorder([NativeTypeName("IDiscRecorder2Ex **")] IDiscRecorder2Ex **value)
 {
     return(((delegate * unmanaged <IWriteEngine2 *, IDiscRecorder2Ex **, int>)(lpVtbl[10]))((IWriteEngine2 *)Unsafe.AsPointer(ref this), value));
 }