pub trait IPMExtensionProtocolInfo_Impl: Sized {
    // Required methods
    fn Protocol(&self, pprotocol: *mut BSTR) -> Result<()>;
    fn get_InvocationInfo(
        &self,
        pimageurn: *mut BSTR,
        pparameters: *mut BSTR
    ) -> Result<()>;
}

Required Methods§

fn Protocol(&self, pprotocol: *mut BSTR) -> Result<()>

fn get_InvocationInfo( &self, pimageurn: *mut BSTR, pparameters: *mut BSTR ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§