IWMDMStorage2 Interface
The IWMDMStorage2 interface extends IWMDMStorage by making it possible to get a storage pointer from a storage name and to get and set extended attributes. IWMDMStorage3 interface extends this interface by supporting metadata.
In addition to the methods inherited from IWMDMStorage, the IWMDMStorage2 interface exposes the following methods.
Method | Description |
GetAttributes2 | Gets attributes of files or storages. |
GetStorage | Gets a storage pointer from a storage name. |
SetAttributes2 | Sets storage attributes. |
See Also