Struct windows_sys::Win32::System::Com::Events::COMEVENTSYSCHANGEINFO
#[repr(C)]pub struct COMEVENTSYSCHANGEINFO {
pub cbSize: u32,
pub changeType: EOC_ChangeType,
pub objectId: BSTR,
pub partitionId: BSTR,
pub applicationId: BSTR,
pub reserved: [GUID; 10],
}Expand description
Required features: "Win32_System_Com_Events"
Fields§
§cbSize: u32§changeType: EOC_ChangeType§objectId: BSTR§partitionId: BSTR§applicationId: BSTR§reserved: [GUID; 10]