Skip to content

Latest commit

 

History

History
140 lines (120 loc) · 4.21 KB

nf-vsbackup-ivssbackupcomponents-getwritercomponentscount.md

File metadata and controls

140 lines (120 loc) · 4.21 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:vsbackup.IVssBackupComponents.GetWriterComponentsCount
IVssBackupComponents::GetWriterComponentsCount (vsbackup.h)
The GetWriterComponentsCount method returns the number of writers whose components have been added to a requester's Backup Components Document.
GetWriterComponentsCount
GetWriterComponentsCount method [VSS]
GetWriterComponentsCount method [VSS]
IVssBackupComponents interface
IVssBackupComponents interface [VSS]
GetWriterComponentsCount method
IVssBackupComponents.GetWriterComponentsCount
IVssBackupComponents::GetWriterComponentsCount
_win32_ivssbackupcomponents_getwritercomponentscount
base.ivssbackupcomponents_getwritercomponentscount
vsbackup/IVssBackupComponents::GetWriterComponentsCount
base\ivssbackupcomponents_getwritercomponentscount.htm
base
39ab6179-2828-46dc-bfcd-0dd62c34ce95
12/05/2018
GetWriterComponentsCount, GetWriterComponentsCount method [VSS], GetWriterComponentsCount method [VSS],IVssBackupComponents interface, IVssBackupComponents interface [VSS],GetWriterComponentsCount method, IVssBackupComponents.GetWriterComponentsCount, IVssBackupComponents::GetWriterComponentsCount, _win32_ivssbackupcomponents_getwritercomponentscount, base.ivssbackupcomponents_getwritercomponentscount, vsbackup/IVssBackupComponents::GetWriterComponentsCount
vsbackup.h
VsBackup.h, Vss.h, VsWriter.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
VssApi.lib
Windows
19H1
IVssBackupComponents::GetWriterComponentsCount
vsbackup/IVssBackupComponents::GetWriterComponentsCount
c++
APIRef
kbSyntax
COM
VssApi.lib
VssApi.dll
IVssBackupComponents.GetWriterComponentsCount

IVssBackupComponents::GetWriterComponentsCount

-description

The GetWriterComponentsCount method returns the number of writers whose components have been added to a requester's Backup Components Document.

-parameters

-param pcComponents [out]

Pointer to the returned number of writers whose components have been stored.

-returns

The following are the valid return codes for this method.

Value Meaning
S_OK
Successfully returned the number of components.
E_INVALIDARG
One of the parameter values is not valid.
E_OUTOFMEMORY
The caller is out of memory or other system resources.
VSS_E_BAD_STATE
The backup components object is not initialized, this method has been called during a restore operation, or this method has not been called within the correct sequence.
VSS_E_UNEXPECTED
Unexpected error. The error code is logged in the error log file. For more information, see Event and Error Handling Under VSS.

Windows Server 2008, Windows Vista, Windows Server 2003 and Windows XP:  This value is not supported until Windows Server 2008 R2 and Windows 7. E_UNEXPECTED is used instead.

-remarks

The count returned by GetWriterComponentsCount is that of writers that have had at least one of their components stored in the Backup Components Document by earlier calls to IVssBackupComponents::AddComponent.

-see-also

IVssBackupComponents