Skip to content

Latest commit

 

History

History
108 lines (85 loc) · 2.98 KB

nf-p2p-peergraphendenumeration.md

File metadata and controls

108 lines (85 loc) · 2.98 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.PeerGraphEndEnumeration
PeerGraphEndEnumeration function (p2p.h)
The PeerGraphEndEnumeration function releases an enumeration handle, and frees the resources associated with an enumeration.
PeerGraphEndEnumeration
PeerGraphEndEnumeration function [Peer Networking]
p2p.peergraphendenumeration
p2p/PeerGraphEndEnumeration
p2p\peergraphendenumeration.htm
p2p
31a18705-b8bf-461c-98e0-c03c6d269b51
12/05/2018
PeerGraphEndEnumeration, PeerGraphEndEnumeration function [Peer Networking], p2p.peergraphendenumeration, p2p/PeerGraphEndEnumeration
p2p.h
Windows
Windows XP with SP2 [desktop apps only],Windows XP with SP1 with the Advanced Networking Pack forWindows XP
None supported
P2PGraph.lib
P2PGraph.dll
Windows
19H1
PeerGraphEndEnumeration
p2p/PeerGraphEndEnumeration
c++
APIRef
kbSyntax
DllExport
P2PGraph.dll
PeerGraphEndEnumeration

PeerGraphEndEnumeration function

-description

The PeerGraphEndEnumeration function releases an enumeration handle, and frees the resources associated with an enumeration.

-parameters

-param hPeerEnum [in]

Handle to an enumeration to release. This handle is returned by one of the following functions: PeerGraphEnumConnections, PeerGraphEnumNodes, PeerGraphEnumRecords, or PeerGraphSearchRecords.

-returns

If the function call succeeds, the return value is S_OK. Otherwise, it returns one of the following values.

Return code Description
E_INVALIDARG
A parameter is not valid.
PEER_E_NOT_INITIALIZED
A graph must be initialized with a call to PeerGraphStartup before using this function.

-see-also

PeerGraphEnumConnections

PeerGraphEnumNodes

PeerGraphEnumRecords

PeerGraphSearchRecords