Skip to content

Latest commit

 

History

History
106 lines (93 loc) · 2.77 KB

nf-vswriter-createvssexpresswriter.md

File metadata and controls

106 lines (93 loc) · 2.77 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:vswriter.CreateVssExpressWriter
CreateVssExpressWriter function (vswriter.h)
The CreateVssExpressWriter function (vswriter.h) creates an IVssExpressWriter interface object and returns a pointer to it.
CreateVssExpressWriter
CreateVssExpressWriter function
CreateVssExpressWriterInternal
base.createvssexpresswriter
vswriter/CreateVssExpressWriter
vswriter/CreateVssExpressWriterInternal
base\createvssexpresswriter.htm
base
c24a1046-50b0-4fec-88f9-3bbd6970982a
08/09/2022
CreateVssExpressWriter, CreateVssExpressWriter function, CreateVssExpressWriterInternal, base.createvssexpresswriter, vswriter/CreateVssExpressWriter, vswriter/CreateVssExpressWriterInternal
vswriter.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
VssApi.lib
VssApi.dll
Windows
19H1
CreateVssExpressWriter
vswriter/CreateVssExpressWriter
c++
APIRef
kbSyntax
DllExport
VssApi.dll
CreateVssExpressWriter
CreateVssExpressWriterInternal

CreateVssExpressWriter function

-description

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.

 

-parameters

-param ppWriter [out]

Doubly indirect pointer to the newly created IVssExpressWriter object.

-returns

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.