20 references to PEER_PRESENCE_INFO
System.Net (20)
net\PeerToPeer\Collaboration\ContactManager.cs (3)
753PEER_PRESENCE_INFO ppi = (PEER_PRESENCE_INFO)Marshal.PtrToStructure(presenceData.pPresenceInfo, typeof(PEER_PRESENCE_INFO));
net\PeerToPeer\Collaboration\MyContact.cs (3)
189PEER_PRESENCE_INFO ppi = (PEER_PRESENCE_INFO)Marshal.PtrToStructure(presenceData.pPresenceInfo, typeof(PEER_PRESENCE_INFO));
net\PeerToPeer\Collaboration\Peer.cs (3)
402PEER_PRESENCE_INFO ppi = (PEER_PRESENCE_INFO)Marshal.PtrToStructure(ptrPeerPresenceInfo, typeof(PEER_PRESENCE_INFO));
net\PeerToPeer\Collaboration\PeerCollaboration.cs (7)
50PEER_PRESENCE_INFO ppi = (PEER_PRESENCE_INFO)Marshal.PtrToStructure(ptrPeerPresenceInfo, 51typeof(PEER_PRESENCE_INFO)); 86PEER_PRESENCE_INFO ppi; 1299PEER_PRESENCE_INFO ppi = (PEER_PRESENCE_INFO)Marshal.PtrToStructure(presenceData.pPresenceInfo, typeof(PEER_PRESENCE_INFO));
net\PeerToPeer\Collaboration\PeerContact.cs (3)
1880PEER_PRESENCE_INFO ppi = (PEER_PRESENCE_INFO)Marshal.PtrToStructure(presenceData.pPresenceInfo, typeof(PEER_PRESENCE_INFO));
net\PeerToPeer\Collaboration\UnsafeCollabNativeMethods.cs (1)
705internal extern static int PeerCollabSetPresenceInfo(ref PEER_PRESENCE_INFO ppi);