Struct windows_sys::Win32::NetworkManagement::WNet::CONNECTDLGSTRUCTW
[−]#[repr(C)]pub struct CONNECTDLGSTRUCTW {
pub cbStructure: u32,
pub hwndOwner: HWND,
pub lpConnRes: *mut NETRESOURCEW,
pub dwFlags: CONNECTDLGSTRUCT_FLAGS,
pub dwDevNum: u32,
}Expand description
Required features: ‘Win32_NetworkManagement_WNet’, ‘Win32_Foundation’
Fields
cbStructure: u32hwndOwner: HWNDlpConnRes: *mut NETRESOURCEWdwFlags: CONNECTDLGSTRUCT_FLAGSdwDevNum: u32