Struct windows_sys::Win32::Security::Cryptography::CRYPT_INTERFACE_REG
[−]#[repr(C)]pub struct CRYPT_INTERFACE_REG {
pub dwInterface: BCRYPT_INTERFACE,
pub dwFlags: BCRYPT_TABLE,
pub cFunctions: u32,
pub rgpszFunctions: *mut PWSTR,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
dwInterface: BCRYPT_INTERFACEdwFlags: BCRYPT_TABLEcFunctions: u32rgpszFunctions: *mut PWSTR