CreateVssExpressWriter function (vswriter.h)

Creates an IVssExpressWriter interface object and returns a pointer to it.

Note  This function is exported as CreateVssExpressWriterInternal, but you should call CreateVssExpressWriter, not CreateVssExpressWriterInternal.

 

Syntax

HRESULT CreateVssExpressWriter(
  [out] IVssExpressWriter **ppWriter
);

Parameters

[out] ppWriter

Doubly indirect pointer to the newly created IVssExpressWriter object.

Return value

The return values listed here are in addition to the normal COM HRESULT values that may be returned at any time from the function.

Value Meaning
S_OK
Successfully returned a pointer to an IVssExpressWriter interface.
E_ACCESSDENIED
The caller does not have sufficient privileges.
E_INVALIDARG
One of the parameters is not valid.

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
Library VssApi.lib
DLL VssApi.dll