IVssComponentEx2 class (vswriter.h)

Defines additional methods for reporting and retrieving component-level writer errors.

The IVssComponentEx2 interface is a C++ (not COM) interface.

To obtain an instance of the IVssComponentEx2 interface, call the QueryInterface method of the IVssComponent interface and pass the IID_IVssComponentEx2 constant as the interface identifier (IID) parameter.

Inheritance

The IVssComponentEx2 interface inherits from IVssComponentEx and IVssComponent. IVssComponentEx2 also has these types of members:

Methods

The IVssComponentEx2 class has these methods.

 
IVssComponentEx2::GetFailure

VSS requesters call this method to retrieve component-level errors reported by writers.
IVssComponentEx2::SetFailure

VSS writers call this method to report errors at the component level.

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 (include Vss.h, VsWriter.h)

See also

IVssComponent

IVssComponentEx