Union windows_sys::Win32::System::Diagnostics::Debug::ActiveScript::PROFILER_HEAP_OBJECT_RELATIONSHIP_0
#[repr(C)]
pub union PROFILER_HEAP_OBJECT_RELATIONSHIP_0 {
pub numberValue: f64,
pub stringValue: PCWSTR,
pub bstrValue: BSTR,
pub objectId: usize,
pub externalObjectAddress: *mut c_void,
pub subString: *mut PROFILER_PROPERTY_TYPE_SUBSTRING_INFO,
}Expand description
Required features: "Win32_System_Diagnostics_Debug_ActiveScript"
Fields§
§numberValue: f64§stringValue: PCWSTR§bstrValue: BSTR§objectId: usize§externalObjectAddress: *mut c_void§subString: *mut PROFILER_PROPERTY_TYPE_SUBSTRING_INFO