Windows Media Format SDK banner art
PreviousNext

IMDSPStorage::GetStorageGlobals

The GetStorageGlobals method retrieves the IMDSPStorageGlobals interface to provide access to global information about a storage medium.

Syntax

HRESULT GetStorageGlobals(
  IMDSPStorageGlobals** ppStorageGlobals
);

Parameters

  ppStorageGlobals

[out]  Pointer to an IMDSPStorageGlobals interface that can provide access to global information about a storage medium.

Return Values

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

Remarks

The IMDSPStorageGlobals interface provides methods for accessing global information about the medium regardless of the nesting level of the IMDSPStorage interface from which the global view is accessed. Any instance of IMDSPStorage can acquire an IMDSPStorageGlobals interface.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.