Struct windows_sys::Win32::NetworkManagement::Rras::RASENTRYDLGW
#[repr(C, packed(4))]pub struct RASENTRYDLGW {
pub dwSize: u32,
pub hwndOwner: HWND,
pub dwFlags: u32,
pub xDlg: i32,
pub yDlg: i32,
pub szEntry: [u16; 257],
pub dwError: u32,
pub reserved: usize,
pub reserved2: usize,
}Expand description
Required features: "Win32_NetworkManagement_Rras", "Win32_Foundation"
Fields§
§dwSize: u32§hwndOwner: HWND§dwFlags: u32§xDlg: i32§yDlg: i32§szEntry: [u16; 257]§dwError: u32§reserved: usize§reserved2: usize