Share via


CredFree (Windows CE 5.0)

Send Feedback

This function frees the buffer that is allocated by the credential manager by using CredRead. This function replaces CeCredFree.

HRESULT CredFree(  PBYTE pvBuffer);

Parameters

  • pvBuffer
    [in] Pointer to the buffer containing the credential that has to be free.

Return Values

ERROR_SUCCESS is returned upon success. For a list of error codes, see Credential Manager Error Codes.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Cred.h.
Link Library: Coredll.lib.

See Also

Credential Manager Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.