4 references to FACILITY_P2P
System.Net (4)
net\PeerToPeer\Collaboration\UnsafeCollabNativeMethods.cs (4)
671
internal const int PEER_S_NO_EVENT_DATA = (int)(((int)
FACILITY_P2P
<< 16) | 0x0002);
672
internal const int PEER_S_SUBSCRIPTION_EXISTS = (int)(((int)
FACILITY_P2P
<< 16) | 0x6000);
674
internal const int PEER_E_CONTACT_NOT_FOUND = (int)(((int)1 << 31) | ((int)
FACILITY_P2P
<< 16) | 0x6001);
676
internal const int PEER_E_TIMEOUT = (int)(((int)1 << 31) | ((int)
FACILITY_P2P
<< 16) | 0x7005);