Skip to content

Latest commit

 

History

History
108 lines (74 loc) · 3.26 KB

ne-vswriter-vss_source_type.md

File metadata and controls

108 lines (74 loc) · 3.26 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
NE:vswriter.VSS_SOURCE_TYPE
VSS_SOURCE_TYPE (vswriter.h)
Specifies the type of data that a writer manages.
VSS_SOURCE_TYPE
VSS_SOURCE_TYPE enumeration [VSS]
VSS_ST_NONTRANSACTEDDB
VSS_ST_OTHER
VSS_ST_TRANSACTEDDB
VSS_ST_UNDEFINED
_win32_vss_source_type
base.vss_source_type
enumeration [VSS]
vswriter/VSS_SOURCE_TYPE
vswriter/VSS_ST_NONTRANSACTEDDB
vswriter/VSS_ST_OTHER
vswriter/VSS_ST_TRANSACTEDDB
vswriter/VSS_ST_UNDEFINED
base\vss_source_type.htm
base
cb89c3cc-5a8e-419e-839c-f72a1886eadf
12/05/2018
VSS_SOURCE_TYPE, VSS_SOURCE_TYPE enumeration [VSS], VSS_ST_NONTRANSACTEDDB, VSS_ST_OTHER, VSS_ST_TRANSACTEDDB, VSS_ST_UNDEFINED, _win32_vss_source_type, base.vss_source_type, enumeration [VSS], vswriter/VSS_SOURCE_TYPE, vswriter/VSS_ST_NONTRANSACTEDDB, vswriter/VSS_ST_OTHER, vswriter/VSS_ST_TRANSACTEDDB, vswriter/VSS_ST_UNDEFINED
vswriter.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
VSS_SOURCE_TYPE
19H1
VSS_SOURCE_TYPE
vswriter/VSS_SOURCE_TYPE
c++
APIRef
kbSyntax
HeaderDef
VsWriter.h
VSS_SOURCE_TYPE

VSS_SOURCE_TYPE enumeration

-description

The VSS_SOURCE_TYPE enumeration specifies the type of data that a writer manages.

-enum-fields

-field VSS_ST_UNDEFINED:0

The source of the data is not known.

This indicates a writer error, and the requester should report it.

-field VSS_ST_TRANSACTEDDB

The source of the data is a database that supports transactions, such as Microsoft SQL Server.

-field VSS_ST_NONTRANSACTEDDB

The source of the data is a database that does not support transactions.

-field VSS_ST_OTHER

Unclassified source type—data will be in a file group.

This is the default source type.

-remarks

The source type of the data that a writer manages is specified when it initializes its cooperation with the shadow copy mechanism through a call to CVssWriter::Initialize.

Information about the source type of the data that a writer manages can be retrieved through its metadata using IVssExamineWriterMetadata::GetIdentity.

-see-also

CVssWriter::Initialize

IVssExamineWriterMetadata::GetIdentity

VSS_COMPONENT_TYPE

VSS_OBJECT_TYPE

VSS_USAGE_TYPE