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