Platform SDK: Active Directory, ADSI, and 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

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

See Also

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