windows::Win32::System::Search

Trait ICreateRow_Impl

pub trait ICreateRow_Impl: IUnknownImpl {
    // Required method
    fn CreateRow(
        &self,
        punkouter: Ref<'_, IUnknown>,
        pwszurl: &PCWSTR,
        dwbindurlflags: u32,
        rguid: *const GUID,
        riid: *const GUID,
        pauthenticate: Ref<'_, IAuthenticate>,
        pimplsession: *mut DBIMPLICITSESSION,
        pdwbindstatus: *mut u32,
        ppwsznewurl: *mut PWSTR,
        ppunk: OutRef<'_, IUnknown>,
    ) -> Result<()>;
}

Required Methods§

fn CreateRow( &self, punkouter: Ref<'_, IUnknown>, pwszurl: &PCWSTR, dwbindurlflags: u32, rguid: *const GUID, riid: *const GUID, pauthenticate: Ref<'_, IAuthenticate>, pimplsession: *mut DBIMPLICITSESSION, pdwbindstatus: *mut u32, ppwsznewurl: *mut PWSTR, ppunk: 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§