windows::Win32::System::Search

Trait IOpenRowset_Impl

pub trait IOpenRowset_Impl: IUnknownImpl {
    // Required method
    fn OpenRowset(
        &self,
        punkouter: Ref<'_, IUnknown>,
        ptableid: *const DBID,
        pindexid: *const DBID,
        riid: *const GUID,
        cpropertysets: u32,
        rgpropertysets: *mut DBPROPSET,
        pprowset: OutRef<'_, IUnknown>,
    ) -> Result<()>;
}

Required Methods§

fn OpenRowset( &self, punkouter: Ref<'_, IUnknown>, ptableid: *const DBID, pindexid: *const DBID, riid: *const GUID, cpropertysets: u32, rgpropertysets: *mut DBPROPSET, pprowset: 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§