IVssExpressWriter class (vswriter.h)

Defines methods to manage metadata for a VSS express writer.

Inheritance

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

Methods

The IVssExpressWriter class has these methods.

 
IVssExpressWriter::CreateMetadata

Creates an express writer metadata object and returns an IVssCreateExpressWriterMetadata interface pointer to it.
IVssExpressWriter::LoadMetadata

Causes VSS to load the writer's metadata from a string instead of the express writer metadata store.
IVssExpressWriter::Register

Causes VSS to store the writer's metadata in the express writer metadata store.
IVssExpressWriter::Unregister

Causes VSS to delete the writer's metadata from the express writer metadata store.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header vswriter.h

See also

CreateVssExpressWriter