Struct windows_sys::Win32::Networking::Clustering::CLUS_NETNAME_PWD_INFO
[−]#[repr(C)]pub struct CLUS_NETNAME_PWD_INFO {
pub Flags: u32,
pub Password: [u16; 16],
pub CreatingDC: [u16; 258],
pub ObjectGuid: [u16; 64],
}Expand description
Required features: ‘Win32_Networking_Clustering’
Fields
Flags: u32Password: [u16; 16]CreatingDC: [u16; 258]ObjectGuid: [u16; 64]