Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 2.83 KB

nn-mswmdm-imdspstorage.md

File metadata and controls

83 lines (59 loc) · 2.83 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:mswmdm.IMDSPStorage
IMDSPStorage (mswmdm.h)
The IMDSPStorage interface provides an instanced-based association with a storage medium on a device.
IMDSPStorage
IMDSPStorage interface [windows Media Device Manager]
IMDSPStorage interface [windows Media Device Manager]
described
IMDSPStorageInterface
mswmdm/IMDSPStorage
wmdm.imdspstorage
wmdm\imdspstorage.htm
WMDM
f22b8a6d-7df8-4fea-9436-79b9ded25a40
12/05/2018
IMDSPStorage, IMDSPStorage interface [windows Media Device Manager], IMDSPStorage interface [windows Media Device Manager],described, IMDSPStorageInterface, mswmdm/IMDSPStorage, wmdm.imdspstorage
mswmdm.h
Windows
Windows
19H1
IMDSPStorage
mswmdm/IMDSPStorage
c++
APIRef
kbSyntax
COM
mswmdm.h
IMDSPStorage

IMDSPStorage interface

-description

The IMDSPStorage interface provides an instanced-based association with a storage medium on a device. An IMDSPStorage interface can represent the entire storage medium, or can be further enumerated to represent any object, such as a folder or file, on that medium. This reiterative enumeration provides the mechanism for describing the organization of a hierarchically structured storage medium.

The methods of IMDSPStorage can be used to gather information about the object that the interface represents. The IMDSPStorage2 interface extends IMDSPStorage by getting and setting extended attributes and making it possible to get a pointer to a storage medium from its name.

-inheritance

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

-see-also

IMDSPEnumStorage Interface

IMDSPStorage2 Interface

IMDSPStorage3 Interface

IMDSPStorage4 Interface

IMDSPStorageGlobals Interface

Interfaces for Service Providers