#[repr(C)]pub struct DS_REPL_NEIGHBORW {Show 16 fields
pub pszNamingContext: PWSTR,
pub pszSourceDsaDN: PWSTR,
pub pszSourceDsaAddress: PWSTR,
pub pszAsyncIntersiteTransportDN: PWSTR,
pub dwReplicaFlags: u32,
pub dwReserved: u32,
pub uuidNamingContextObjGuid: GUID,
pub uuidSourceDsaObjGuid: GUID,
pub uuidSourceDsaInvocationID: GUID,
pub uuidAsyncIntersiteTransportObjGuid: GUID,
pub usnLastObjChangeSynced: i64,
pub usnAttributeFilter: i64,
pub ftimeLastSyncSuccess: FILETIME,
pub ftimeLastSyncAttempt: FILETIME,
pub dwLastSyncResult: u32,
pub cNumConsecutiveSyncFailures: u32,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_Foundation"
Fields
pszNamingContext: PWSTR
pszSourceDsaDN: PWSTR
pszSourceDsaAddress: PWSTR
pszAsyncIntersiteTransportDN: PWSTR
dwReplicaFlags: u32
dwReserved: u32
uuidNamingContextObjGuid: GUID
uuidSourceDsaObjGuid: GUID
uuidSourceDsaInvocationID: GUID
uuidAsyncIntersiteTransportObjGuid: GUID
usnLastObjChangeSynced: i64
usnAttributeFilter: i64
ftimeLastSyncSuccess: FILETIME
ftimeLastSyncAttempt: FILETIME
dwLastSyncResult: u32
cNumConsecutiveSyncFailures: u32
Trait Implementations
impl Clone for DS_REPL_NEIGHBORW
impl Clone for DS_REPL_NEIGHBORW
impl Copy for DS_REPL_NEIGHBORW
Auto Trait Implementations
impl RefUnwindSafe for DS_REPL_NEIGHBORW
impl !Send for DS_REPL_NEIGHBORW
impl !Sync for DS_REPL_NEIGHBORW
impl Unpin for DS_REPL_NEIGHBORW
impl UnwindSafe for DS_REPL_NEIGHBORW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more