Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 3.13 KB

nf-mswmdm-imdspstorageglobals-getrootstorage.md

File metadata and controls

87 lines (67 loc) · 3.13 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mswmdm.IMDSPStorageGlobals.GetRootStorage
IMDSPStorageGlobals::GetRootStorage (mswmdm.h)
The GetRootStorage method retrieves a pointer to the IMDSPStorage interface for the root storage of the storage medium.
GetRootStorage
GetRootStorage method [windows Media Device Manager]
GetRootStorage method [windows Media Device Manager]
IMDSPStorageGlobals interface
IMDSPStorageGlobals interface [windows Media Device Manager]
GetRootStorage method
IMDSPStorageGlobals.GetRootStorage
IMDSPStorageGlobals::GetRootStorage
IMDSPStorageGlobalsGetRootStorage
mswmdm/IMDSPStorageGlobals::GetRootStorage
wmdm.imdspstorageglobals_getrootstorage
wmdm\imdspstorageglobals_getrootstorage.htm
WMDM
80b6cb71-d567-4fb5-9f75-82ae2fe118c7
12/05/2018
GetRootStorage, GetRootStorage method [windows Media Device Manager], GetRootStorage method [windows Media Device Manager],IMDSPStorageGlobals interface, IMDSPStorageGlobals interface [windows Media Device Manager],GetRootStorage method, IMDSPStorageGlobals.GetRootStorage, IMDSPStorageGlobals::GetRootStorage, IMDSPStorageGlobalsGetRootStorage, mswmdm/IMDSPStorageGlobals::GetRootStorage, wmdm.imdspstorageglobals_getrootstorage
mswmdm.h
Windows
Mssachlp.lib
Windows
19H1
IMDSPStorageGlobals::GetRootStorage
mswmdm/IMDSPStorageGlobals::GetRootStorage
c++
APIRef
kbSyntax
COM
mssachlp.lib
mssachlp.dll
IMDSPStorageGlobals.GetRootStorage

IMDSPStorageGlobals::GetRootStorage

-description

The GetRootStorage method retrieves a pointer to the IMDSPStorage interface for the root storage of the storage medium.

-parameters

-param ppRoot [out]

Pointer to an IMDSPStorage pointer that receives the root storage.

-returns

The method returns an HRESULT. All the interface methods in Windows Media Device Manager can return any of the following classes of error codes:

  • Standard COM error codes
  • Windows error codes converted to HRESULT values
  • Windows Media Device Manager error codes
For an extensive list of possible error codes, see Error Codes.

-remarks

This method must be implemented. It must not return WMDM_E_NOTSUPPORTED or E_NOTIMPL. For more information, see Mandatory and Optional Interfaces.

-see-also

IMDSPStorage Interface

IMDSPStorageGlobals Interface

IWMDMStorage Interface