Skip to content

Latest commit

 

History

History
129 lines (107 loc) · 3.39 KB

nf-p2p-peergroupparseinvitation.md

File metadata and controls

129 lines (107 loc) · 3.39 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.PeerGroupParseInvitation
PeerGroupParseInvitation function (p2p.h)
The PeerGroupParseInvitation function returns a PEER_INVITATION_INFO structure with the details of a specific invitation.
PeerGroupParseInvitation
PeerGroupParseInvitation function [Peer Networking]
p2p.peergroupparseinvitation
p2p/PeerGroupParseInvitation
p2p\peergroupparseinvitation.htm
p2p
ddc1c419-7be3-4115-af21-1108921c7b1d
12/05/2018
PeerGroupParseInvitation, PeerGroupParseInvitation function [Peer Networking], p2p.peergroupparseinvitation, p2p/PeerGroupParseInvitation
p2p.h
Windows
Windows XP with SP2 [desktop apps only],Windows XP with SP1 with the Advanced Networking Pack forWindows XP
None supported
P2P.lib
P2P.dll
Windows
19H1
PeerGroupParseInvitation
p2p/PeerGroupParseInvitation
c++
APIRef
kbSyntax
DllExport
P2P.dll
PeerGroupParseInvitation

PeerGroupParseInvitation function

-description

The PeerGroupParseInvitation function returns a PEER_INVITATION_INFO structure with the details of a specific invitation.

-parameters

-param pwzInvitation [in]

Pointer to a Unicode string that contains the specific peer group invitation. This parameter is required.

-param ppInvitationInfo [out]

Pointer to a PEER_INVITATION_INFO structure with the details of a specific invitation. To release the resources used by this structure, pass this pointer to PeerFreeData. This parameter is required.

-returns

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

Return code Description
E_INVALIDARG
One of the parameters is not valid.
E_OUTOFMEMORY
There is not enough memory available to complete an operation.
PEER_E_INVITATION_NOT_TRUSTED
The invitation is not trusted by the peer. It has been altered or contains errors.
PEER_E_UNSUPPORTED_VERSION
The invitation is not supported by the current version of the Peer Infrastructure.
 

Cryptography-specific errors can be returned from the Microsoft RSA Base Provider. These errors are prefixed with CRYPT_* and defined in Winerror.h.

-see-also

PEER_INVITATION_INFO

PeerGroupCreateInvitation