Condividi tramite


Interfaccia IVdsSubSystem (vdshwprv.h)

[A partire da Windows 8 e Windows Server 2012, l'interfaccia COM del servizio disco virtuale viene sostituita dall'API gestione archiviazione di Windows.]

Fornisce metodi per eseguire operazioni di query e configurazione in un sottosistema.

Ereditarietà

L'interfaccia IVdsSubSystem eredita dall'interfaccia IUnknown . IVdsSubSystem include anche questi tipi di membri:

Metodi

L'interfaccia IVdsSubSystem include questi metodi.

 
IVdsSubSystem::CreateLun

La funzione IVdsSubSystem::CreateLun (vdshwprv.h) crea un numero di unità logica (LUN).
IVdsSubSystem::GetDrive

Il metodo IVdsSubSystem::GetDrive (vdshwprv.h) restituisce l'unità specificata.
IVdsSubSystem::GetProperties

Il metodo IVdsSubSystem::GetProperties (vdshwprv.h) restituisce le proprietà di un sottosistema.
IVdsSubSystem::GetProvider

Il metodo IVdsSubSystem::GetProvider (vdshwprv.h) restituisce il provider che gestisce il sottosistema.
IVdsSubSystem::QueryControllers

Il metodo IVdsSubSystem::QueryControllers (vdshwprv.h) restituisce un oggetto che enumera i controller online e offline gestiti dal sottosistema.
IVdsSubSystem::QueryDrives

Il metodo IVdsSubSystem::QueryDrives (vdshwprv.h) restituisce un oggetto che enumera le unità nel sottosistema.
IVdsSubSystem::QueryLuns

Il metodo IVdsSubSystem::QueryLuns (vdshwprv.h) restituisce un'enumerazione dei LUN visualizzati nel sottosistema e si applica solo agli oggetti provider hardware.
IVdsSubSystem::QueryMaxLunCreateSize

Il metodo IVdsSubSystem::QueryMaxLunCreateSize (vdshwprv.h) restituisce le dimensioni del LUN massimo che è possibile creare usando il tipo e gli hint LUN specificati.
IVdsSubSystem::Reenumerate

Il metodo IVdsSubSystem::Reenumerate (vdshwprv.h) richiede al sottosistema di analizzare il bus per individuare le unità appena connesse o le unità appena disconnesse.
IVdsSubSystem::ReplaceDrive

Il metodo IVdsSubSystem::ReplaceDrive (vdshwprv.h) sostituisce o esegue la migrazione di un'unità con un'altra nel sottosistema.
IVdsSubSystem::SetControllerStatus

Il metodo IVdsSubSystem::SetControllerStatus (vdshwprv.h) imposta lo stato (online o offline) dei controller nel sottosistema.
IVdsSubSystem::SetStatus

Il metodo IVdsSubSystem::SetStatus (vdshwprv.h) imposta lo stato del sottosistema sul valore specificato.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione vdshwprv.h

Vedi anche

IVdsController::GetSubSystem

IVdsDrive::GetSubSystem

IVdsHwProvider::QuerySubSystems

IVdsLun::GetSubSystem

Oggetto Subsystem

Interfacce VDS