Trait windows::Win32::System::Search::IRowsetChapterMember_Impl
pub trait IRowsetChapterMember_Impl: Sized {
// Required method
fn IsRowInChapter(&self, hchapter: usize, hrow: usize) -> Result<()>;
}
Required Methods§
fn IsRowInChapter(&self, hchapter: usize, hrow: usize) -> Result<()>
Object Safety§
This trait is not object safe.