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: u32§hwndOwner: HWND§lpConnRes: *mut NETRESOURCEW§dwFlags: CONNECTDLGSTRUCT_FLAGS§dwDevNum: u32