Previous | Next |
The GetStorageGlobals method retrieves the IWMDMStorageGlobals interface.
Syntax
HRESULT GetStorageGlobals(
IWMDMStorageGlobals** ppStorageGlobals,
);
Parameters
ppStorageGlobals
[out] Pointer to an IWMDMStorageGlobals interface.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Description |
E_INVALIDARG | The ppStorageGlobals parameter is an invalid or NULL pointer. |
E_FAIL | An unspecified error occurred. |
Remarks
The IWMDMStorageGlobals interface provides methods for accessing global information about the medium regardless of the nesting level of the IWMDMStorage interface from which the global view is accessed. Any instance of IWMDMStorage can acquire an IWMDMStorageGlobals interface.
See Also
Previous | Next |