#[repr(C)]
pub struct WER_REPORT_INFORMATION_V4 {
Show 13 fields pub dwSize: u32, pub hProcess: HANDLE, pub wzConsentKey: [u16; 64], pub wzFriendlyEventName: [u16; 128], pub wzApplicationName: [u16; 128], pub wzApplicationPath: [u16; 260], pub wzDescription: [u16; 512], pub hwndParent: HWND, pub wzNamespacePartner: [u16; 64], pub wzNamespaceGroup: [u16; 64], pub rgbApplicationIdentity: [u8; 16], pub hSnapshot: HANDLE, pub hDeleteFilesImpersonationToken: HANDLE,
}
Expand description

Required features: "Win32_System_ErrorReporting", "Win32_Foundation"

Fields

dwSize: u32hProcess: HANDLEwzConsentKey: [u16; 64]wzFriendlyEventName: [u16; 128]wzApplicationName: [u16; 128]wzApplicationPath: [u16; 260]wzDescription: [u16; 512]hwndParent: HWNDwzNamespacePartner: [u16; 64]wzNamespaceGroup: [u16; 64]rgbApplicationIdentity: [u8; 16]hSnapshot: HANDLEhDeleteFilesImpersonationToken: HANDLE

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.