pub trait IMFContentDecryptorContext_Impl: Sized {
    // Required method
    fn InitializeHardwareKey(
        &self,
        inputprivatedatabytecount: u32,
        inputprivatedata: *const c_void
    ) -> Result<u64>;
}

Required Methods§

fn InitializeHardwareKey( &self, inputprivatedatabytecount: u32, inputprivatedata: *const c_void ) -> Result<u64>

Object Safety§

This trait is not object safe.

Implementors§