Skip to content

Latest commit

 

History

History
108 lines (86 loc) · 2.81 KB

nf-p2p-peercollabdeleteendpointdata.md

File metadata and controls

108 lines (86 loc) · 2.81 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:p2p.PeerCollabDeleteEndpointData
PeerCollabDeleteEndpointData function (p2p.h)
Deletes the peer endpoint data on the calling peer node that matches the supplied endpoint data.
PeerCollabDeleteEndpointData
PeerCollabDeleteEndpointData function [Peer Networking]
p2p.peercollabdeleteendpointdata
p2p/PeerCollabDeleteEndpointData
p2p\peercollabdeleteendpointdata.htm
p2p
bafaef04-d7f6-4873-bd38-db156817b0c8
12/05/2018
PeerCollabDeleteEndpointData, PeerCollabDeleteEndpointData function [Peer Networking], p2p.peercollabdeleteendpointdata, p2p/PeerCollabDeleteEndpointData
p2p.h
Windows
Windows Vista [desktop apps only]
None supported
P2P.lib
P2P.dll
Windows
19H1
PeerCollabDeleteEndpointData
p2p/PeerCollabDeleteEndpointData
c++
APIRef
kbSyntax
DllExport
P2P.dll
PeerCollabDeleteEndpointData

PeerCollabDeleteEndpointData function

-description

The PeerCollabDeleteEndpointData function deletes the peer endpoint data on the calling peer node that matches the supplied endpoint data.

-parameters

-param pcEndpoint [in]

Pointer to a PEER_ENDPOINT structure that contains the peer endpoint information to delete from the current peer node.

-returns

Returns S_OK if the function succeeds. Otherwise, the function returns one of the following values.

Return code Description
E_OUTOFMEMORY
There is not enough memory to support this operation.
E_INVALIDARG
One of the arguments is invalid.

-remarks

The function PeerCollabDeleteEndpointData is used to remove cached endpoint data previously retrieved by PeerCollabRefreshEndpointData when it is no longer required. Any data obtained through PeerCollabRefreshEndpointData remains in memory until PeerCollabDeleteEndpointData is called.

-see-also

PEER_ENDPOINT

Peer Collaboration API Functions

PeerCollabRefreshEndpointData