Struct windows_sys::Win32::System::ErrorReporting::WER_REPORT_METADATA_V1
#[repr(C)]pub struct WER_REPORT_METADATA_V1 {
pub Signature: WER_REPORT_SIGNATURE,
pub BucketId: GUID,
pub ReportId: GUID,
pub CreationTime: FILETIME,
pub SizeInBytes: u64,
}
Expand description
Required features: "Win32_System_ErrorReporting"
, "Win32_Foundation"
Fields§
§Signature: WER_REPORT_SIGNATURE
§BucketId: GUID
§ReportId: GUID
§CreationTime: FILETIME
§SizeInBytes: u64