CredFree (Windows CE 5.0)
Windows CE 5.0
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
Send Feedback on this topic to the authors
© 2006 Microsoft Corporation. All rights reserved.