Previous | Next |
The EnumStorage method retrieves a pointer to an IMDSPEnumStorage interface.
Syntax
HRESULT EnumStorage(
IMDSPEnumStorage** ppEnumStorage
);
Parameters
ppEnumStorage
[out] Pointer to an IMDSPEnumStorage object.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also
Previous | Next |