Struct windows_sys::Win32::NetworkManagement::NetManagement::USE_INFO_1
[−]#[repr(C)]pub struct USE_INFO_1 {
pub ui1_local: PWSTR,
pub ui1_remote: PWSTR,
pub ui1_password: PWSTR,
pub ui1_status: u32,
pub ui1_asg_type: USE_INFO_ASG_TYPE,
pub ui1_refcount: u32,
pub ui1_usecount: u32,
}Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’, ‘Win32_Foundation’
Fields
ui1_local: PWSTRui1_remote: PWSTRui1_password: PWSTRui1_status: u32ui1_asg_type: USE_INFO_ASG_TYPEui1_refcount: u32ui1_usecount: u32