Struct windows_sys::Win32::NetworkManagement::Rras::RASCTRYINFO
[−]#[repr(C)]pub struct RASCTRYINFO {
pub dwSize: u32,
pub dwCountryID: u32,
pub dwNextCountryID: u32,
pub dwCountryCode: u32,
pub dwCountryNameOffset: u32,
}Expand description
Required features: ‘Win32_NetworkManagement_Rras’
Fields
dwSize: u32dwCountryID: u32dwNextCountryID: u32dwCountryCode: u32dwCountryNameOffset: u32