Trait windows::Win32::System::Search::IRowsetFastLoad_Impl
pub trait IRowsetFastLoad_Impl: Sized {
// Required methods
fn InsertRow(&self, haccessor: HACCESSOR, pdata: *mut c_void) -> Result<()>;
fn Commit(&self, fdone: BOOL) -> Result<()>;
}
Required Methods§
fn InsertRow(&self, haccessor: HACCESSOR, pdata: *mut c_void) -> Result<()>
fn Commit(&self, fdone: BOOL) -> Result<()>
Object Safety§
This trait is not object safe.