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. |
|
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 |
|
|
|
|
|
|
The PeerGroupParseInvitation function returns a PEER_INVITATION_INFO structure with the details of a specific invitation.
Pointer to a Unicode string that contains the specific peer group invitation. This parameter is required.
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 S_OK if the operation succeeds. Otherwise, the function returns one of the following values.
Return code | Description |
---|---|
|
One of the parameters is not valid. |
|
There is not enough memory available to complete an operation. |
|
The invitation is not trusted by the peer. It has been altered or contains errors. |
|
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.