9 references to ConvertGUIDToGuid
System.Net (9)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (3)
285
peerNearMe.Id = CollaborationHelperFunctions.
ConvertGUIDToGuid
(ppnm.id);
311
return new PeerObject(
ConvertGUIDToGuid
(po.guid), data, (PeerScope)po.dwPublicationScope);
332
return new PeerApplication(
ConvertGUIDToGuid
(pa.guid),
net\PeerToPeer\Collaboration\Peer.cs (1)
603
PeerObject peerObject = new PeerObject(CollaborationHelperFunctions.
ConvertGUIDToGuid
(pPeerObject->guid), data, (PeerScope)pPeerObject->dwPublicationScope);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (4)
267
peerAppLaunchInfo.PeerApplication = new PeerApplication(CollaborationHelperFunctions.
ConvertGUIDToGuid
(pi.applicationId),
439
peerNearMe.Id = CollaborationHelperFunctions.
ConvertGUIDToGuid
(pnm.id);
726
PeerApplication peerApp = new PeerApplication( CollaborationHelperFunctions.
ConvertGUIDToGuid
(pPeerApp->guid),
955
PeerObject peerObject = new PeerObject(CollaborationHelperFunctions.
ConvertGUIDToGuid
(pPeerObject->guid), data, (PeerScope)pPeerObject->dwPublicationScope);
net\PeerToPeer\Collaboration\PeerContact.cs (1)
1092
PeerApplication peerApp = new PeerApplication(CollaborationHelperFunctions.
ConvertGUIDToGuid
(pPeerApp->guid), description, data, null, null, PeerScope.None);