IMDSPStorage2 interface (mswmdm.h)

The IMDSPStorage2 interface extends IMDSPStorage by providing methods for getting and setting extended attributes and making it possible to get a pointer to a storage medium from its name. This interface also extends the CreateStorage method of the IMDSPStorage interface.

Inheritance

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

Methods

The IMDSPStorage2 interface has these methods.

 
IMDSPStorage2::CreateStorage2

The CreateStorage2 method creates a new storage with the specified name and returns a pointer to the IMDSPStorage interface on the newly created storage.
IMDSPStorage2::GetAttributes2

The GetAttributes2 method gets attributes of files or storages.
IMDSPStorage2::GetStorage

The GetStorage method makes it possible to go directly to a storage object from a storage name instead of enumerating through all storages to find it.
IMDSPStorage2::SetAttributes2

The SetAttributes2 method extends IMDSPStorage::SetAttributes by enabling you to set audio and video formats and extended attributes of a storage object.

Requirements

Requirement Value
Target Platform Windows
Header mswmdm.h

See also

IMDSPStorage Interface

IMDSPStorage3 Interface

IMDSPStorage4 Interface

Interfaces for Service Providers