Struct windows_sys::Win32::System::Contacts::CONTACT_AGGREGATION_BLOB
#[repr(C)]pub struct CONTACT_AGGREGATION_BLOB {
pub dwCount: u32,
pub lpb: *mut u8,
}Expand description
Required features: "Win32_System_Contacts"
Fields§
§dwCount: u32§lpb: *mut u8