Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function frees the buffer that is allocated by CeCredRead. This function is deprecated. Use the CredFree function instead.
Syntax
CeCredFree(
PVOID pCred
);
Parameters
- pCred
[in] Pointer to the CREDENTIAL structure to delete.
Return Value
None.
Remarks
Because the pointer is declared void, this function can be used to free any buffer of any type.
Requirements
| Header | credmgr.h |
| Library | secur32.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |