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: u32§dwCountryID: u32§dwNextCountryID: u32§dwCountryCode: u32§dwCountryNameOffset: u32