IVdsProviderPrivate interface (vdshwprv.h)

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

Provides methods to enable VDS to perform miscellaneous operations on provider objects.

Inheritance

The IVdsProviderPrivate interface inherits from the IUnknown interface. IVdsProviderPrivate also has these types of members:

Methods

The IVdsProviderPrivate interface has these methods.

 
IVdsProviderPrivate::GetObject

Returns the specified object.
IVdsProviderPrivate::OnLoad

Prompts the provider to initialize itself, and passes a callback object that the provider uses to get necessary interfaces.
IVdsProviderPrivate::OnUnload

Prompts the provider object to uninitialize itself.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header vdshwprv.h

See also

VDS Interfaces