Struct windows::Win32::Networking::ActiveDirectory::IADsDomain_Vtbl
#[repr(C)]pub struct IADsDomain_Vtbl {Show 18 fields
pub base__: IADs_Vtbl,
pub IsWorkgroup: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub MinPasswordLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetMinPasswordLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub MinPasswordAge: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetMinPasswordAge: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub MaxPasswordAge: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetMaxPasswordAge: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub MaxBadPasswordsAllowed: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetMaxBadPasswordsAllowed: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub PasswordHistoryLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetPasswordHistoryLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub PasswordAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetPasswordAttributes: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub AutoUnlockInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetAutoUnlockInterval: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub LockoutObservationInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetLockoutObservationInterval: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IADs_Vtbl
§IsWorkgroup: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§MinPasswordLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetMinPasswordLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§MinPasswordAge: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetMinPasswordAge: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§MaxPasswordAge: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetMaxPasswordAge: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§MaxBadPasswordsAllowed: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetMaxBadPasswordsAllowed: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§PasswordHistoryLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetPasswordHistoryLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§PasswordAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetPasswordAttributes: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§AutoUnlockInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetAutoUnlockInterval: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§LockoutObservationInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetLockoutObservationInterval: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IADsDomain_Vtbl
impl IADsDomain_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IADsDomain_Vtblwhere
Identity: IADsDomain_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IADsDomain_Vtbl
impl RefUnwindSafe for IADsDomain_Vtbl
impl Send for IADsDomain_Vtbl
impl Sync for IADsDomain_Vtbl
impl Unpin for IADsDomain_Vtbl
impl UnwindSafe for IADsDomain_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more