Trait windows::Win32::System::Search::ICreateRow_Impl

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

Required Methods§

fn CreateRow( &self, punkouter: Option<&IUnknown>, pwszurl: &PCWSTR, dwbindurlflags: u32, rguid: *const GUID, riid: *const GUID, pauthenticate: Option<&IAuthenticate>, pimplsession: *mut DBIMPLICITSESSION, pdwbindstatus: *mut u32, ppwsznewurl: *mut PWSTR, ppunk: *mut Option<IUnknown>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§