pub trait IInternetExplorerManager_Impl: Sized {
    // Required method
    fn CreateObject(
        &self,
        dwconfig: u32,
        pszurl: &PCWSTR,
        riid: *const GUID,
        ppv: *mut *mut c_void
    ) -> Result<()>;
}

Required Methods§

fn CreateObject( &self, dwconfig: u32, pszurl: &PCWSTR, riid: *const GUID, ppv: *mut *mut c_void ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§