Пример #1
0
 public int SetPMPHost([NativeTypeName("IMFPMPHost *")] IMFPMPHost *pPMPHost)
 {
     return(((delegate * unmanaged <IMFPMPClient *, IMFPMPHost *, int>)(lpVtbl[3]))((IMFPMPClient *)Unsafe.AsPointer(ref this), pPMPHost));
 }
 public HRESULT SetPMPHost(IMFPMPHost *pPMPHost)
 {
     return(((delegate * unmanaged <IMFPMPClient *, IMFPMPHost *, int>)(lpVtbl[3]))((IMFPMPClient *)Unsafe.AsPointer(ref this), pPMPHost));
 }