Windows Media Format SDK banner art
PreviousNext

IMDSPStorage::EnumStorage

The EnumStorage method accesses the IMDSPEnumStorage interface to enumerate the individual storage media on a device.

Syntax

HRESULT EnumStorage(
  IMDSPEnumStorage**  ppEnumStorage
);

Parameters

  ppEnumStorage

[out]  Pointer to an IMDSPEnumStorage interface.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns E_FAIL.

Remarks

When accessed from the IMDSPDevice::EnumStorage method, IMDSPEnumStorage enumerates the individual storage media on the device in the same way that you might enumerate the individual disk drives on a computer. When referring to the content on that media, however, the interface is acquired from IMDSPStorage.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.