Struct windows_sys::Win32::Security::Authentication::Identity::KERB_NET_ADDRESSES
#[repr(C)]pub struct KERB_NET_ADDRESSES {
pub Number: u32,
pub Addresses: [KERB_NET_ADDRESS; 1],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§Number: u32
§Addresses: [KERB_NET_ADDRESS; 1]