Struct windows_sys::Win32::NetworkManagement::WNet::NETRESOURCEW
[−]#[repr(C)]pub struct NETRESOURCEW {
pub dwScope: NET_RESOURCE_SCOPE,
pub dwType: NET_RESOURCE_TYPE,
pub dwDisplayType: u32,
pub dwUsage: u32,
pub lpLocalName: PWSTR,
pub lpRemoteName: PWSTR,
pub lpComment: PWSTR,
pub lpProvider: PWSTR,
}Expand description
Required features: ‘Win32_NetworkManagement_WNet’, ‘Win32_Foundation’
Fields
dwScope: NET_RESOURCE_SCOPEdwType: NET_RESOURCE_TYPEdwDisplayType: u32dwUsage: u32lpLocalName: PWSTRlpRemoteName: PWSTRlpComment: PWSTRlpProvider: PWSTR