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"
Fields§
§ui2_local: PWSTR§ui2_remote: PWSTR§ui2_password: PWSTR§ui2_status: u32§ui2_asg_type: USE_INFO_ASG_TYPE§ui2_refcount: u32§ui2_usecount: u32§ui2_username: PWSTR§ui2_domainname: PWSTR