#[repr(C)]
pub struct ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION {
Show 26 fields pub CurrentAdminFailures: u8, pub CurrentUserFailures: u8, pub TotalUserAuthenticationCount: u32, pub TotalAdminAuthenticationCount: u32, pub FipsCompliant: BOOL, pub SecurityIDAvailable: BOOL, pub InitializeInProgress: BOOL, pub ITMSArmed: BOOL, pub ITMSArmable: BOOL, pub UserCreated: BOOL, pub ResetOnPORDefault: BOOL, pub ResetOnPORCurrent: BOOL, pub MaxAdminFailures: u8, pub MaxUserFailures: u8, pub TimeToCompleteInitialization: u32, pub TimeRemainingToCompleteInitialization: u32, pub MinTimeToAuthenticate: u32, pub MaxAdminPasswordSize: u8, pub MinAdminPasswordSize: u8, pub MaxAdminHintSize: u8, pub MaxUserPasswordSize: u8, pub MinUserPasswordSize: u8, pub MaxUserHintSize: u8, pub MaxUserNameSize: u8, pub MaxSiloNameSize: u8, pub MaxChallengeSize: u16,
}
Expand description

Required features: "Win32_Storage_EnhancedStorage", "Win32_Foundation"

Fields

CurrentAdminFailures: u8CurrentUserFailures: u8TotalUserAuthenticationCount: u32TotalAdminAuthenticationCount: u32FipsCompliant: BOOLSecurityIDAvailable: BOOLInitializeInProgress: BOOLITMSArmed: BOOLITMSArmable: BOOLUserCreated: BOOLResetOnPORDefault: BOOLResetOnPORCurrent: BOOLMaxAdminFailures: u8MaxUserFailures: u8TimeToCompleteInitialization: u32TimeRemainingToCompleteInitialization: u32MinTimeToAuthenticate: u32MaxAdminPasswordSize: u8MinAdminPasswordSize: u8MaxAdminHintSize: u8MaxUserPasswordSize: u8MinUserPasswordSize: u8MaxUserHintSize: u8MaxUserNameSize: u8MaxSiloNameSize: u8MaxChallengeSize: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.