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"
Fields§
§ui1_local: PWSTR
§ui1_remote: PWSTR
§ui1_password: PWSTR
§ui1_status: u32
§ui1_asg_type: USE_INFO_ASG_TYPE
§ui1_refcount: u32
§ui1_usecount: u32