Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/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_INFOstructure 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
Windows Mobile Windows Mobile Version 5.0 and later

See Also