Exemplo n.º 1
0
 public HRESULT SetRecorderProperties(IPropertyStorage *pPropStg)
 {
     return(((delegate * unmanaged <IDiscRecorder *, IPropertyStorage *, int>)(lpVtbl[10]))((IDiscRecorder *)Unsafe.AsPointer(ref this), pPropStg));
 }
Exemplo n.º 2
0
 public int SetJolietProperties(IPropertyStorage *pPropStg)
 {
     return(((delegate * unmanaged <IJolietDiscMaster *, IPropertyStorage *, int>)(lpVtbl[8]))((IJolietDiscMaster *)Unsafe.AsPointer(ref this), pPropStg));
 }
Exemplo n.º 3
0
 public int SetRecorderProperties([NativeTypeName("IPropertyStorage *")] IPropertyStorage *pPropStg)
 {
     return(((delegate * unmanaged <IDiscRecorder *, IPropertyStorage *, int>)(lpVtbl[10]))((IDiscRecorder *)Unsafe.AsPointer(ref this), pPropStg));
 }