Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CredFree function (wincred.h)

The CredFree function frees a buffer returned by any of the credentials management functions.

Syntax

VOID CredFree(
 [in] PVOID Buffer
);

Parameters

[in] Buffer

Pointer to the buffer to be freed.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header wincred.h
Library Advapi32.lib
DLL Advapi32.dll

Feedback

Was this page helpful?

Additional resources