pub trait IWebAppDiagnosticsSetup_Impl: Sized {
    // Required methods
    fn DiagnosticsSupported(&self) -> Result<VARIANT_BOOL>;
    fn CreateObjectWithSiteAtWebApp(
        &self,
        rclsid: *const GUID,
        dwclscontext: u32,
        riid: *const GUID,
        hpasstoobject: usize,
    ) -> Result<()>;
}

Required Methods§

fn DiagnosticsSupported(&self) -> Result<VARIANT_BOOL>

fn CreateObjectWithSiteAtWebApp( &self, rclsid: *const GUID, dwclscontext: u32, riid: *const GUID, hpasstoobject: usize, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§