BCRYPT_KEY_LENGTHS_STRUCT

Type Alias BCRYPT_KEY_LENGTHS_STRUCT 

Source
pub type BCRYPT_KEY_LENGTHS_STRUCT = __BCRYPT_KEY_LENGTHS_STRUCT;

Aliased Type§

#[repr(C)]
pub struct BCRYPT_KEY_LENGTHS_STRUCT { pub dwMinLength: u64, pub dwMaxLength: u64, pub dwIncrement: u64, }

Fields§

§dwMinLength: u64§dwMaxLength: u64§dwIncrement: u64