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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§