windows::Win32::System::Search

Trait IRowsetNewRowAfter_Impl

pub trait IRowsetNewRowAfter_Impl: IUnknownImpl {
    // Required method
    fn SetNewDataAfter(
        &self,
        hchapter: usize,
        cbbmprevious: u32,
        pbmprevious: *const u8,
        haccessor: HACCESSOR,
        pdata: *const u8,
    ) -> Result<usize>;
}

Required Methods§

fn SetNewDataAfter( &self, hchapter: usize, cbbmprevious: u32, pbmprevious: *const u8, haccessor: HACCESSOR, pdata: *const u8, ) -> Result<usize>

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§