Windows Media Format SDK banner art
PreviousNext

IWMDMStorage Interface

With the IWMDMStorage interface, an instance of the interface is associated with a storage medium on a device. IWMDMStorage can represent the entire storage medium or be further enumerated to represent any object, such as a folder or file, on that medium. This enumeration provides the mechanism for describing the organization of a hierarchically structured storage medium.

In addition to the methods inherited from IUnknown, the IWMDMStorage interface exposes the following methods.

Method Description
EnumStorage Accesses the IWMDMEnumStorage interface to enumerate the individual storage media on a device
GetAttributes Retrieves the attributes of a storage object.
GetDate Retrieves the date on which the storage object (file or folder) was most recently modified.
GetName Retrieves the display name of a storage object.
GetRights Retrieves the rights information for the object.
GetSize Retrieves the size of a storage object, in bytes.
GetStorageGlobals Retrieves the IWMDMStorageGlobals interface to provide access to global information about a storage medium.
SendOpaqueCommand Sends a command through Windows Media Device Manager. Without acting on it, Windows Media Device Manager then passes the command through to a device.
SetAttributes Sets the attributes of a storage object.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.