windows::Win32::System::Search

Trait ISourcesRowset_Impl

pub trait ISourcesRowset_Impl: IUnknownImpl {
    // Required method
    fn GetSourcesRowset(
        &self,
        punkouter: Ref<'_, IUnknown>,
        riid: *const GUID,
        cpropertysets: u32,
        rgproperties: *mut DBPROPSET,
        ppsourcesrowset: OutRef<'_, IUnknown>,
    ) -> Result<()>;
}

Required Methods§

fn GetSourcesRowset( &self, punkouter: Ref<'_, IUnknown>, riid: *const GUID, cpropertysets: u32, rgproperties: *mut DBPROPSET, ppsourcesrowset: OutRef<'_, IUnknown>, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§