PeerIdentityDelete (Windows CE 5.0)
This function permanently deletes a peer identity. This includes removing all certificates, private keys, and all group information associated with a specified peer identity.
HRESULT WINAPI PeerIdentityDelete( PCWSTR pwzIdentity);
Parameters
- pwzIdentity
[in] Specifies a peer identity to delete.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_OK | Function call succeeded. |
E_INVALIDARG | One of the parameters is not valid. |
PEER_E_NOT_FOUND | A peer identity that matches the specified name cannot be found. |
Requirements
OS Versions: Windows CE 5.0 and later.
Header: p2p.h.
Link Library: p2p.lib.
See Also
Send Feedback on this topic to the authors