Struct windows_sys::Win32::System::Diagnostics::Debug::SYMBOL_INFO_PACKAGE
#[repr(C)]pub struct SYMBOL_INFO_PACKAGE {
pub si: SYMBOL_INFO,
pub name: [CHAR; 2001],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields§
§si: SYMBOL_INFO
§name: [CHAR; 2001]