Struct windows_sys::Win32::System::Services::SERVICE_TIMECHANGE_INFO
#[repr(C)]pub struct SERVICE_TIMECHANGE_INFO {
pub liNewTime: i64,
pub liOldTime: i64,
}Expand description
Required features: "Win32_System_Services"
Fields§
§liNewTime: i64§liOldTime: i64