Struct windows_sys::Win32::NetworkManagement::Rras::RASCONNSTATUSA
[−]#[repr(C)]pub struct RASCONNSTATUSA {
pub dwSize: u32,
pub rasconnstate: RASCONNSTATE,
pub dwError: u32,
pub szDeviceType: [CHAR; 17],
pub szDeviceName: [CHAR; 129],
pub szPhoneNumber: [CHAR; 129],
pub localEndPoint: RASTUNNELENDPOINT,
pub remoteEndPoint: RASTUNNELENDPOINT,
pub rasconnsubstate: RASCONNSUBSTATE,
}Expand description
Required features: ‘Win32_NetworkManagement_Rras’, ‘Win32_Foundation’, ‘Win32_Networking_WinSock’
Fields
dwSize: u32rasconnstate: RASCONNSTATEdwError: u32szDeviceType: [CHAR; 17]szDeviceName: [CHAR; 129]szPhoneNumber: [CHAR; 129]localEndPoint: RASTUNNELENDPOINTremoteEndPoint: RASTUNNELENDPOINTrasconnsubstate: RASCONNSUBSTATE