#[repr(C)]pub struct DS_REPL_QUEUE_STATISTICSW {
pub ftimeCurrentOpStarted: FILETIME,
pub cNumPendingOps: u32,
pub ftimeOldestSync: FILETIME,
pub ftimeOldestAdd: FILETIME,
pub ftimeOldestMod: FILETIME,
pub ftimeOldestDel: FILETIME,
pub ftimeOldestUpdRefs: FILETIME,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_Foundation"
Fields§
§ftimeCurrentOpStarted: FILETIME
§cNumPendingOps: u32
§ftimeOldestSync: FILETIME
§ftimeOldestAdd: FILETIME
§ftimeOldestMod: FILETIME
§ftimeOldestDel: FILETIME
§ftimeOldestUpdRefs: FILETIME