Struct windows_sys::Win32::Security::WinTrust::WINTRUST_CATALOG_INFO
#[repr(C)]pub struct WINTRUST_CATALOG_INFO {
pub cbStruct: u32,
pub dwCatalogVersion: u32,
pub pcwszCatalogFilePath: PCWSTR,
pub pcwszMemberTag: PCWSTR,
pub pcwszMemberFilePath: PCWSTR,
pub hMemberFile: HANDLE,
pub pbCalculatedFileHash: *mut u8,
pub cbCalculatedFileHash: u32,
pub pcCatalogContext: *mut CTL_CONTEXT,
pub hCatAdmin: isize,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields§
§cbStruct: u32
§dwCatalogVersion: u32
§pcwszCatalogFilePath: PCWSTR
§pcwszMemberTag: PCWSTR
§pcwszMemberFilePath: PCWSTR
§hMemberFile: HANDLE
§pbCalculatedFileHash: *mut u8
§cbCalculatedFileHash: u32
§pcCatalogContext: *mut CTL_CONTEXT
§hCatAdmin: isize