Struct windows_sys::Win32::NetworkManagement::Rras::RAS_SECURITY_INFO
[−]#[repr(C)]pub struct RAS_SECURITY_INFO {
pub LastError: u32,
pub BytesReceived: u32,
pub DeviceName: [CHAR; 129],
}Expand description
Required features: ‘Win32_NetworkManagement_Rras’, ‘Win32_Foundation’
Fields
LastError: u32BytesReceived: u32DeviceName: [CHAR; 129]