示例#1
0
 public int SetPMPHostApp(IMFPMPHostApp *pmpHostApp)
 {
     return(((delegate * unmanaged <IMFContentDecryptionModule *, IMFPMPHostApp *, int>)(lpVtbl[5]))((IMFContentDecryptionModule *)Unsafe.AsPointer(ref this), pmpHostApp));
 }
示例#2
0
 public static extern int MFCreateEncryptedMediaExtensionsStoreActivate([NativeTypeName("IMFPMPHostApp *")] IMFPMPHostApp *pmpHost, [NativeTypeName("IStream *")] IStream *objectStream, [NativeTypeName("LPCWSTR")] ushort *classId, [NativeTypeName("IMFActivate **")] IMFActivate **activate);
示例#3
0
 public int SetPMPHost(IMFPMPHostApp *pPMPHost)
 {
     return(((delegate * unmanaged <IMFPMPClientApp *, IMFPMPHostApp *, int>)(lpVtbl[3]))((IMFPMPClientApp *)Unsafe.AsPointer(ref this), pPMPHost));
 }