Struct windows_sys::Win32::System::Search::DBROWWATCHCHANGE
#[repr(C)]pub struct DBROWWATCHCHANGE {
pub hRegion: usize,
pub eChangeKind: u32,
pub hRow: usize,
pub iRow: usize,
}Expand description
Required features: "Win32_System_Search"
Fields§
§hRegion: usize§eChangeKind: u32§hRow: usize§iRow: usize