CeGetVolumeInfo (Windows Embedded CE 6.0)

1/6/2010

This function retrieves information on a specified volume.

Syntax

WINBASEAPI BOOL CeGetVolumeInfo(
  LPCWSTR pszRootPath,
  CE_VOLUME_INFO_LEVEL InfoLevel,
  LPCE_VOLUME_INFO lpVolumeInfo
);

Parameters

  • pszRootPath
    [in] Pointer to a string that contains the root directory of the volume.
  • InfoLevel
    [in] Type of information requested. Currently, this value must be set to CeVolumeInfoLevelStandard.
  • lpVolumeInfo
    [out] Pointer to a CE_VOLUME_INFO structure that contains information about the volume.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header storemgr.h
Library Storeapi.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Storage Manager Functions
CE_VOLUME_INFO