Platform SDK: Active Directory, ADSI, and Directory Services

DsFreePasswordCredentials

The DsFreePasswordCredentials function frees memory allocated for a credentials structure by the DsMakePasswordCredentials function.

VOID DsFreePasswordCredentials(
  RPC_AUTH_IDENTITY_HANDLE AuthIdentity
);

Parameters

AuthIdentity
[in] Handle of the credential structure to be freed.

Return Values

None.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Ntdsapi.h.
  Library: Included as a resource in Ntdsapi.dll.

See Also

DC and Replication Management Functions, DsMakePasswordCredentials