Example #1
0
 public int CreateContentDecryptionModule([NativeTypeName("IPropertyStore *")] IPropertyStore *contentDecryptionModuleProperties, [NativeTypeName("IMFContentDecryptionModule **")] IMFContentDecryptionModule **contentDecryptionModule)
 {
     return(((delegate * unmanaged <IMFContentDecryptionModuleAccess *, IPropertyStore *, IMFContentDecryptionModule **, int>)(lpVtbl[3]))((IMFContentDecryptionModuleAccess *)Unsafe.AsPointer(ref this), contentDecryptionModuleProperties, contentDecryptionModule));
 }
 public HRESULT CreateContentDecryptionModule(IPropertyStore *contentDecryptionModuleProperties, IMFContentDecryptionModule **contentDecryptionModule)
 {
     return(((delegate * unmanaged <IMFContentDecryptionModuleAccess *, IPropertyStore *, IMFContentDecryptionModule **, int>)(lpVtbl[3]))((IMFContentDecryptionModuleAccess *)Unsafe.AsPointer(ref this), contentDecryptionModuleProperties, contentDecryptionModule));
 }