IMDSPStorage3 interface (mswmdm.h)

The IMDSPStorage3 interface extends IMDSPStorage2 by supporting metadata. This interface is optional. Service providers must implement this interface only if they are going to support metadata. If the device parameter UseMetadataViews is set to 1, this interface must be implemented and the GetMetadata method becomes mandatory, although SetMetadata is still optional. For more information, see Device Parameters.

Inheritance

The IMDSPStorage3 interface inherits from IMDSPStorage2. IMDSPStorage3 also has these types of members:

Methods

The IMDSPStorage3 interface has these methods.

 
IMDSPStorage3::GetMetadata

The GetMetadata method retrieves metadata from the service provider.
IMDSPStorage3::SetMetadata

The SetMetadata method provides the metadata associated with a specified content.

Requirements

Requirement Value
Target Platform Windows
Header mswmdm.h

See also

IMDSPStorage Interface

IMDSPStorage2 Interface

IMDSPStorage4 Interface

Interfaces for Service Providers