Struct windows_sys::Win32::Security::WinTrust::WINTRUST_FILE_INFO
#[repr(C)]pub struct WINTRUST_FILE_INFO {
pub cbStruct: u32,
pub pcwszFilePath: PCWSTR,
pub hFile: HANDLE,
pub pgKnownSubject: *mut GUID,
}Expand description
Required features: "Win32_Security_WinTrust", "Win32_Foundation"
Fields§
§cbStruct: u32§pcwszFilePath: PCWSTR§hFile: HANDLE§pgKnownSubject: *mut GUID