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: u32hwndOwner: HWNDdwFlags: u32xDlg: i32yDlg: i32szEntry: [u16; 257]dwError: u32reserved: usizereserved2: usize