Struct windows_sys::Win32::UI::WindowsAndMessaging::DEV_BROADCAST_HDR
#[repr(C)]pub struct DEV_BROADCAST_HDR {
pub dbch_size: u32,
pub dbch_devicetype: DEV_BROADCAST_HDR_DEVICE_TYPE,
pub dbch_reserved: u32,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging"
Fields§
§dbch_size: u32§dbch_devicetype: DEV_BROADCAST_HDR_DEVICE_TYPE§dbch_reserved: u32