Directory Services

DsBackupFree

The DsBackupFree function frees a backup memory buffer.

VOID DsBackupFree(
  PVOID pvBuffer
);

Parameters

pvBuffer
[in] Points to the memory buffer to be freed.

Return Values

None.

The DsBackupFree function frees the buffer that was allocated for the call to the DsBackupRead function.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Ntdsbcli.h.
Library: Use Ntdsbcli.lib.

See Also

Backing Up and Restoring Active Directory, Directory Backup Functions, DsBackupOpenFile, DsBackupRead