Struct windows_sys::Win32::Security::Cryptography::BCRYPT_OID_LIST
#[repr(C)]pub struct BCRYPT_OID_LIST {
pub dwOIDCount: u32,
pub pOIDs: *mut BCRYPT_OID,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§dwOIDCount: u32
§pOIDs: *mut BCRYPT_OID