Struct windows_sys::Win32::System::Ioctl::TXFS_ROLLFORWARD_REDO_INFORMATION
#[repr(C)]pub struct TXFS_ROLLFORWARD_REDO_INFORMATION {
pub LastVirtualClock: i64,
pub LastRedoLsn: u64,
pub HighestRecoveryLsn: u64,
pub Flags: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§LastVirtualClock: i64
§LastRedoLsn: u64
§HighestRecoveryLsn: u64
§Flags: u32