1 instantiation of PEER_OBJECT
System.Net (1)
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
807
PEER_OBJECT po = new
PEER_OBJECT
();
22 references to PEER_OBJECT
System.Net (22)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
302
internal static PeerObject ConvertPEER_OBJECTToPeerObject(
PEER_OBJECT
po)
net\PeerToPeer\Collaboration\ContactManager.cs (3)
1180
PEER_OBJECT
po = (
PEER_OBJECT
)Marshal.PtrToStructure(objData.pObject, typeof(
PEER_OBJECT
));
net\PeerToPeer\Collaboration\MyContact.cs (3)
520
PEER_OBJECT
po = (
PEER_OBJECT
)Marshal.PtrToStructure(objData.pObject, typeof(
PEER_OBJECT
));
net\PeerToPeer\Collaboration\Peer.cs (2)
595
PEER_OBJECT
* pPeerObject = (
PEER_OBJECT
*)pObjects[i];
net\PeerToPeer\Collaboration\PeerCollaboration.cs (6)
807
PEER_OBJECT
po = new PEER_OBJECT();
947
PEER_OBJECT
* pPeerObject = (
PEER_OBJECT
*)pObjects[i];
1468
PEER_OBJECT
po = (
PEER_OBJECT
)Marshal.PtrToStructure(objData.pObject, typeof(
PEER_OBJECT
));
net\PeerToPeer\Collaboration\PeerContact.cs (3)
1626
PEER_OBJECT
po = (
PEER_OBJECT
)Marshal.PtrToStructure(objData.pObject, typeof(
PEER_OBJECT
));
net\PeerToPeer\Collaboration\PeerObject.cs (3)
328
PEER_OBJECT
po = (
PEER_OBJECT
)Marshal.PtrToStructure(objData.pObject, typeof(
PEER_OBJECT
));
net\PeerToPeer\Collaboration\UnsafeCollabNativeMethods.cs (1)
726
internal extern static int PeerCollabSetObject(ref
PEER_OBJECT
pcObject);