pub trait IMbnServiceActivation_Impl: Sized {
    // Required method
    fn Activate(&self, vendorspecificdata: *const SAFEARRAY) -> Result<u32>;
}

Required Methods§

fn Activate(&self, vendorspecificdata: *const SAFEARRAY) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§