Struct windows_sys::Win32::System::SystemServices::DEV_BROADCAST_PORT_A
[−]#[repr(C)]pub struct DEV_BROADCAST_PORT_A {
pub dbcp_size: u32,
pub dbcp_devicetype: u32,
pub dbcp_reserved: u32,
pub dbcp_name: [CHAR; 1],
}Expand description
Required features: ‘Win32_System_SystemServices’, ‘Win32_Foundation’
Fields
dbcp_size: u32dbcp_devicetype: u32dbcp_reserved: u32dbcp_name: [CHAR; 1]