Struct windows_sys::Win32::Security::WinTrust::DRIVER_VER_INFO
#[repr(C)]pub struct DRIVER_VER_INFO {
pub cbStruct: u32,
pub dwReserved1: usize,
pub dwReserved2: usize,
pub dwPlatform: u32,
pub dwVersion: u32,
pub wszVersion: [u16; 260],
pub wszSignedBy: [u16; 260],
pub pcSignerCertContext: *const CERT_CONTEXT,
pub sOSVersionLow: DRIVER_VER_MAJORMINOR,
pub sOSVersionHigh: DRIVER_VER_MAJORMINOR,
pub dwBuildNumberLow: u32,
pub dwBuildNumberHigh: u32,
}Expand description
Required features: "Win32_Security_WinTrust", "Win32_Foundation", "Win32_Security_Cryptography"
Fields§
§cbStruct: u32§dwReserved1: usize§dwReserved2: usize§dwPlatform: u32§dwVersion: u32§wszVersion: [u16; 260]§wszSignedBy: [u16; 260]§pcSignerCertContext: *const CERT_CONTEXT§sOSVersionLow: DRIVER_VER_MAJORMINOR§sOSVersionHigh: DRIVER_VER_MAJORMINOR§dwBuildNumberLow: u32§dwBuildNumberHigh: u32