Home
last modified time | relevance | path

Searched refs:ftimeLastSyncAttempt (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DReplicationNeighbor.cs69 LastAttemptedSync = DateTime.FromFileTime(neighbor.ftimeLastSyncAttempt); in ReplicationNeighbor()
H A DUnsafeNativeMethods.cs268 public long ftimeLastSyncAttempt; field in System.DirectoryServices.ActiveDirectory.DS_REPL_NEIGHBOR
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntdsapi.h614 FILETIME ftimeLastSyncAttempt; member
633 FILETIME ftimeLastSyncAttempt; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntdsapi.h614 FILETIME ftimeLastSyncAttempt; member
633 FILETIME ftimeLastSyncAttempt; member
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwantdsapi.pas2367 ftimeLastSyncAttempt: FILETIME;
2396 ftimeLastSyncAttempt: FILETIME;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/ActiveDirectory/
H A Dmod.rs2384 pub ftimeLastSyncAttempt: super::super::Foundation::FILETIME, field
2412 pub ftimeLastSyncAttempt: super::super::Foundation::FILETIME, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/ActiveDirectory/
H A Dmod.rs4765 pub ftimeLastSyncAttempt: super::super::Foundation::FILETIME, field
4794 .field("ftimeLastSyncAttempt", &self.ftimeLastSyncAttempt) in fmt()
4816 && self.ftimeLastSyncAttempt == other.ftimeLastSyncAttempt in eq()
4845 pub ftimeLastSyncAttempt: super::super::Foundation::FILETIME, field
4874 .field("ftimeLastSyncAttempt", &self.ftimeLastSyncAttempt) in fmt()
4896 && self.ftimeLastSyncAttempt == other.ftimeLastSyncAttempt in eq()