Struct windows_sys::Win32::NetworkManagement::P2P::PEER_NAME_PAIR
#[repr(C)]pub struct PEER_NAME_PAIR {
pub dwSize: u32,
pub pwzPeerName: PWSTR,
pub pwzFriendlyName: PWSTR,
}Expand description
Required features: "Win32_NetworkManagement_P2P"
Fields§
§dwSize: u32§pwzPeerName: PWSTR§pwzFriendlyName: PWSTR