Skip to content

Latest commit

 

History

History
75 lines (63 loc) · 2.56 KB

nn-ddpbackup-idedupbackupsupport.md

File metadata and controls

75 lines (63 loc) · 2.56 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:ddpbackup.IDedupBackupSupport
IDedupBackupSupport (ddpbackup.h)
Provides a method for restoring a file from a backup store containing copies of Data Deduplication reparse points, metadata, and container files.
IDedupBackupSupport
IDedupBackupSupport interface [Data Deduplication API]
IDedupBackupSupport interface [Data Deduplication API]
described
ddpbackup/IDedupBackupSupport
dedup.idedupbackupsupport
dedup\idedupbackupsupport.htm
dedup
45AACC37-3C83-4DBA-8C18-26D76ED831BB
12/05/2018
IDedupBackupSupport, IDedupBackupSupport interface [Data Deduplication API], IDedupBackupSupport interface [Data Deduplication API],described, ddpbackup/IDedupBackupSupport, dedup.idedupbackupsupport
ddpbackup.h
Windows
None supported
Windows Server 2012
DdpBackup.idl
DdpBackup.dll
Windows
19H1
IDedupBackupSupport
ddpbackup/IDedupBackupSupport
c++
APIRef
kbSyntax
COM
DdpBackup.dll
IDedupBackupSupport

IDedupBackupSupport interface

-description

Provides a method for restoring a file from a backup store containing copies of Data Deduplication reparse points, metadata, and container files.

-inheritance

The IDedupBackupSupport interface inherits from the IUnknown interface. IDedupBackupSupport also has these types of members:

-remarks

A backup application uses the IDedupBackupSupport interface to drive the restore process for a select file from a backup store that contains the fully optimized version of the file (reparse point) and the Data Deduplication store.

This interface is not useful when the backup store contains a copy of the original, non-optimized file.

Applications that use the IDedupBackupSupport interface must also implement the IDedupReadFileCallback interface.

-see-also

IDedupReadFileCallback