Skip to content

Latest commit

 

History

History
104 lines (85 loc) · 3.48 KB

nf-vds-ivdsservice-reenumerate.md

File metadata and controls

104 lines (85 loc) · 3.48 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:vds.IVdsService.Reenumerate
IVdsService::Reenumerate (vds.h)
Discovers newly added and newly removed disks.
IVdsService interface [VDS]
Reenumerate method
IVdsService.Reenumerate
IVdsService::Reenumerate
Reenumerate
Reenumerate method [VDS]
Reenumerate method [VDS]
IVdsService interface
base.ivdsservice_reenumerate
vds/IVdsService::Reenumerate
base\ivdsservice_reenumerate.htm
base
d057715c-dfd5-4b69-9e33-c40fb89fa11b
12/05/2018
IVdsService interface [VDS],Reenumerate method, IVdsService.Reenumerate, IVdsService::Reenumerate, Reenumerate, Reenumerate method [VDS], Reenumerate method [VDS],IVdsService interface, base.ivdsservice_reenumerate, vds/IVdsService::Reenumerate
vds.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Uuid.lib
Windows
19H1
IVdsService::Reenumerate
vds/IVdsService::Reenumerate
c++
APIRef
kbSyntax
COM
Uuid.lib
Uuid.dll
IVdsService.Reenumerate

IVdsService::Reenumerate

-description

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Discovers newly added and newly removed disks.

-returns

This method can return standard HRESULT values, such as E_OUTOFMEMORY, and VDS-specific return values. It can also return converted system error codes using the HRESULT_FROM_WIN32 macro. Errors can originate from VDS itself or from the underlying VDS provider that is being used. Possible return values include the following.

Return code/value Description
S_OK
The method completed successfully.
VDS_E_INITIALIZED_FAILED
0x80042401L
VDS failed to initialize. If an application calls this method before the service finishes initializing, the method is blocked until the initialization completes. If the initialization fails, this error is returned.

-remarks

This method returns immediately after a bus rescan request is issued. The operation might be incomplete when the method returns. Use the IVdsSubSystem::Reenumerate method to perform the same operation on drives inside a RAID subsystem.

-see-also

IVdsService

IVdsSubSystem::Reenumerate