PeerIdentityDelete (Windows CE 5.0)

Send Feedback

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

Identity Manager Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.