Struct windows_sys::Win32::Storage::Jet::JET_RECPOS2
#[repr(C)]pub struct JET_RECPOS2 {
pub cbStruct: u32,
pub centriesLTDeprecated: u32,
pub centriesInRangeDeprecated: u32,
pub centriesTotalDeprecated: u32,
pub centriesLT: u64,
pub centriesTotal: u64,
}Expand description
Required features: "Win32_Storage_Jet"
Fields§
§cbStruct: u32§centriesLTDeprecated: u32§centriesInRangeDeprecated: u32§centriesTotalDeprecated: u32§centriesLT: u64§centriesTotal: u64