IWMDMStorage2 interface (mswmdm.h)

The IWMDMStorage2 interface extends IWMDMStorage by making it possible to get a child storage by name, and to get and set extended attributes. IWMDMStorage3 interface extends this interface by supporting metadata.

Inheritance

The IWMDMStorage2 interface inherits from IWMDMStorage. IWMDMStorage2 also has these types of members:

Methods

The IWMDMStorage2 interface has these methods.

 
IWMDMStorage2::GetAttributes2

The GetAttributes2 method retrieves extended attributes of the storage.
IWMDMStorage2::GetStorage

The GetStorage method retrieves a child storage by name directly from the current storage without having to enumerate through all the children.
IWMDMStorage2::SetAttributes2

The SetAttributes2 method sets extended attributes of the storage.

Requirements

Requirement Value
Target Platform Windows
Header mswmdm.h

See also

IWMDMStorage Interface

IWMDMStorage3 Interface

IWMDMStorage4 Interface

Interfaces for Applications