Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_USER_STREAM
[−]#[repr(C, packed(4))]pub struct MINIDUMP_USER_STREAM {
pub Type: u32,
pub BufferSize: u32,
pub Buffer: *mut c_void,
}Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
Type: u32BufferSize: u32Buffer: *mut c_void