4 references to pContact
System.Net (4)
net\PeerToPeer\Collaboration\ContactManager.cs (2)
762if (presenceData.pContact != IntPtr.Zero){ 763PEER_CONTACT pc = (PEER_CONTACT)Marshal.PtrToStructure(presenceData.pContact, typeof(PEER_CONTACT));
net\PeerToPeer\Collaboration\PeerContact.cs (2)
1863if (presenceData.pContact != IntPtr.Zero){ 1864PEER_CONTACT pc = (PEER_CONTACT)Marshal.PtrToStructure(presenceData.pContact, typeof(PEER_CONTACT));