Skip to content

Latest commit

 

History

History
125 lines (107 loc) · 3.1 KB

nf-vswriter-ivsswritercomponents-getwriterinfo.md

File metadata and controls

125 lines (107 loc) · 3.1 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.IVssWriterComponents.GetWriterInfo
IVssWriterComponents::GetWriterInfo (vswriter.h)
The GetWriterInfo method gets the instance and class identifier of the writer responsible for the components.
GetWriterInfo
GetWriterInfo method [VSS]
GetWriterInfo method [VSS]
IVssWriterComponents interface
IVssWriterComponents interface [VSS]
GetWriterInfo method
IVssWriterComponents.GetWriterInfo
IVssWriterComponents::GetWriterInfo
_win32_ivsswritercomponents_getwriterinfo
base.ivsswritercomponents_getwriterinfo
vswriter/IVssWriterComponents::GetWriterInfo
base\ivsswritercomponents_getwriterinfo.htm
base
22a539ac-1440-4fe9-b68e-feec97cab6c8
12/05/2018
GetWriterInfo, GetWriterInfo method [VSS], GetWriterInfo method [VSS],IVssWriterComponents interface, IVssWriterComponents interface [VSS],GetWriterInfo method, IVssWriterComponents.GetWriterInfo, IVssWriterComponents::GetWriterInfo, _win32_ivsswritercomponents_getwriterinfo, base.ivsswritercomponents_getwriterinfo, vswriter/IVssWriterComponents::GetWriterInfo
vswriter.h
Vss.h, VsWriter.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
VssApi.lib
Windows
19H1
IVssWriterComponents::GetWriterInfo
vswriter/IVssWriterComponents::GetWriterInfo
c++
APIRef
kbSyntax
COM
VssApi.lib
VssApi.dll
IVssWriterComponents.GetWriterInfo

IVssWriterComponents::GetWriterInfo

-description

The GetWriterInfo method gets the instance and class identifier of the writer responsible for the components.

-parameters

-param pidInstance [out]

Identifier of the writer instance.

-param pidWriter [out]

Identifier of the writer class.

-returns

The following are the valid return codes for this method.

Value Meaning
S_OK
Successfully returned the component.
E_INVALIDARG
One of the parameter values is not valid.
E_OUTOFMEMORY
The caller is out of memory or other system resources.
VSS_E_INVALID_XML_DOCUMENT
The XML document is not valid. Check the event log for details. For more information, see Event and Error Handling Under VSS.

-see-also

IVssWriterComponents