Share via


CeGetVolumeInfo (Compact 2013)

3/26/2014

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

See Also

Reference

Storage Manager Functions
CE_VOLUME_INFO