#[repr(C)]pub struct PEER_EVENT_PRESENCE_CHANGED_DATA {
pub pContact: *mut PEER_CONTACT,
pub pEndpoint: *mut PEER_ENDPOINT,
pub changeType: PEER_CHANGE_TYPE,
pub pPresenceInfo: *mut PEER_PRESENCE_INFO,
}
Expand description
Required features: "Win32_NetworkManagement_P2P"
, "Win32_Foundation"
, "Win32_Networking_WinSock"
Fields§
§pContact: *mut PEER_CONTACT
§pEndpoint: *mut PEER_ENDPOINT
§changeType: PEER_CHANGE_TYPE
§pPresenceInfo: *mut PEER_PRESENCE_INFO