Struct windows_sys::Win32::NetworkManagement::NetManagement::USE_INFO_2
[−]#[repr(C)]pub struct USE_INFO_2 {
pub ui2_local: PWSTR,
pub ui2_remote: PWSTR,
pub ui2_password: PWSTR,
pub ui2_status: u32,
pub ui2_asg_type: USE_INFO_ASG_TYPE,
pub ui2_refcount: u32,
pub ui2_usecount: u32,
pub ui2_username: PWSTR,
pub ui2_domainname: PWSTR,
}Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’, ‘Win32_Foundation’
Fields
ui2_local: PWSTRui2_remote: PWSTRui2_password: PWSTRui2_status: u32ui2_asg_type: USE_INFO_ASG_TYPEui2_refcount: u32ui2_usecount: u32ui2_username: PWSTRui2_domainname: PWSTR