Sha256: 948b79beeb324c878f62283f176090f5c348efb7a07c4e2cccc1e52524ec78ed

Contents?: true

Size: 1.97 KB

Versions: 19

Compression:

Stored size: 1.97 KB

Contents

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("advapi32.dll" "system" #[doc = "Required features: `\"Win32_Foundation\"`"] fn MSChapSrvChangePassword(servername : ::windows_sys::core::PCWSTR, username : ::windows_sys::core::PCWSTR, lmoldpresent : super::super::Foundation:: BOOLEAN, lmoldowfpassword : *const LM_OWF_PASSWORD, lmnewowfpassword : *const LM_OWF_PASSWORD, ntoldowfpassword : *const LM_OWF_PASSWORD, ntnewowfpassword : *const LM_OWF_PASSWORD) -> u32);
#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("advapi32.dll" "system" #[doc = "Required features: `\"Win32_Foundation\"`"] fn MSChapSrvChangePassword2(servername : ::windows_sys::core::PCWSTR, username : ::windows_sys::core::PCWSTR, newpasswordencryptedwitholdnt : *const SAMPR_ENCRYPTED_USER_PASSWORD, oldntowfpasswordencryptedwithnewnt : *const ENCRYPTED_LM_OWF_PASSWORD, lmpresent : super::super::Foundation:: BOOLEAN, newpasswordencryptedwitholdlm : *const SAMPR_ENCRYPTED_USER_PASSWORD, oldlmowfpasswordencryptedwithnewlmornt : *const ENCRYPTED_LM_OWF_PASSWORD) -> u32);
#[repr(C)]
pub struct CYPHER_BLOCK {
    pub data: [u8; 8],
}
impl ::core::marker::Copy for CYPHER_BLOCK {}
impl ::core::clone::Clone for CYPHER_BLOCK {
    fn clone(&self) -> Self {
        *self
    }
}
#[repr(C)]
pub struct ENCRYPTED_LM_OWF_PASSWORD {
    pub data: [CYPHER_BLOCK; 2],
}
impl ::core::marker::Copy for ENCRYPTED_LM_OWF_PASSWORD {}
impl ::core::clone::Clone for ENCRYPTED_LM_OWF_PASSWORD {
    fn clone(&self) -> Self {
        *self
    }
}
#[repr(C)]
pub struct LM_OWF_PASSWORD {
    pub data: [CYPHER_BLOCK; 2],
}
impl ::core::marker::Copy for LM_OWF_PASSWORD {}
impl ::core::clone::Clone for LM_OWF_PASSWORD {
    fn clone(&self) -> Self {
        *self
    }
}
#[repr(C)]
pub struct SAMPR_ENCRYPTED_USER_PASSWORD {
    pub Buffer: [u8; 516],
}
impl ::core::marker::Copy for SAMPR_ENCRYPTED_USER_PASSWORD {}
impl ::core::clone::Clone for SAMPR_ENCRYPTED_USER_PASSWORD {
    fn clone(&self) -> Self {
        *self
    }
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-28.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-27.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-26.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-25.0.2 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-25.0.1 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-25.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-24.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-23.0.2 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-22.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-21.0.1 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-20.0.2 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-20.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-18.0.3 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-17.0.1 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-17.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-16.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-15.0.1 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs
wasmtime-15.0.0 ./ext/cargo-vendor/windows-sys-0.52.0/src/Windows/Win32/System/PasswordManagement/mod.rs