CeGetVolumeInfo
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_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 |
Windows Mobile | Windows Mobile Version 5.0 and later |