Expand Minimize
0 out of 2 rated this helpful - Rate this topic

CredFree function

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

Syntax


VOID CredFree(
  _In_  PVOID Buffer
);

Parameters

Buffer [in]

Pointer to the buffer to be freed.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

WinCred.h

Library

Advapi32.lib

DLL

Advapi32.dll

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.