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 |
---|---|
|
Successfully returned a pointer to an IVssExpressWriter interface. |
|
The caller does not have sufficient privileges. |
|
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 |