IVssCreateWriterMetadataEx class (vswriter.h)

The IVssCreateWriterMetadataEx interface is a C++ (not COM) interface that defines a method to report any file sets that will be explicitly excluded when a shadow copy is created. This interface is used only in the CVssWriterEx::OnIdentifyEx method.

The IVssCreateWriterMetadataEx interface inherits from the IVssCreateWriterMetadata interface and IUnknown.

IVssCreateWriterMetadataEx defines the following method.

Method Description
AddExcludeFilesFromSnapshot Reports any file sets that will be explicitly excluded by the writer when a shadow copy is created.

Inheritance

The IVssCreateWriterMetadataEx class implements IVssCreateWriterMetadataIUnknown.

Methods

The IVssCreateWriterMetadataEx class has these methods.

 
IVssCreateWriterMetadataEx::AddExcludeFilesFromSnapshot

Reports any file sets that will be explicitly excluded by the writer when a shadow copy is created.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header vswriter.h (include Vss.h, VsWriter.h)

See also

IVssCreateWriterMetadata