Union windows_sys::Win32::Security::WinTrust::WINTRUST_DATA_0
#[repr(C)]
pub union WINTRUST_DATA_0 {
pub pFile: *mut WINTRUST_FILE_INFO,
pub pCatalog: *mut WINTRUST_CATALOG_INFO,
pub pBlob: *mut WINTRUST_BLOB_INFO,
pub pSgnr: *mut WINTRUST_SGNR_INFO,
pub pCert: *mut WINTRUST_CERT_INFO,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields§
§pFile: *mut WINTRUST_FILE_INFO
§pCatalog: *mut WINTRUST_CATALOG_INFO
§pBlob: *mut WINTRUST_BLOB_INFO
§pSgnr: *mut WINTRUST_SGNR_INFO
§pCert: *mut WINTRUST_CERT_INFO