Struct windows_sys::Win32::Security::WinTrust::WINTRUST_CATALOG_INFO
[−]#[repr(C)]pub struct WINTRUST_CATALOG_INFO {
pub cbStruct: u32,
pub dwCatalogVersion: u32,
pub pcwszCatalogFilePath: PWSTR,
pub pcwszMemberTag: PWSTR,
pub pcwszMemberFilePath: PWSTR,
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: u32dwCatalogVersion: u32pcwszCatalogFilePath: PWSTRpcwszMemberTag: PWSTRpcwszMemberFilePath: PWSTRhMemberFile: HANDLEpbCalculatedFileHash: *mut u8cbCalculatedFileHash: u32pcCatalogContext: *mut CTL_CONTEXThCatAdmin: isize