CeCredFree (Windows CE 5.0)
This function frees the buffer that is allocated by CeCredRead. This function is deprecated. Use the CredFree function instead.
CeCredFree( PVOID pCred );
Parameters
- pCred
[in] Pointer to the CREDENTIAL structure to delete.
Return Values
None.
Remarks
Because the pointer is declared void, this function can be used to free any buffer of any type.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Credmgr.h.
Link Library: Secur32.lib.
See Also
CredFree | Credential Manager Functions
Send Feedback on this topic to the authors