Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function retrieves information on a specific volume.
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 to be described. - InfoLevel
[in] Type of information requested. Currently, this value can only be CeVolumeInfoLevelStandard. - lpVolumeInfo
[out] Pointer to a CE_VOLUME_INFO structure that retrieves information about the volume.
Return Values
Returns TRUE if successful, otherwise FALSE.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Storemgr.h.
Link Library: Storeapi.lib
See Also
Storage Manager Functions | CE_VOLUME_INFO
Send Feedback on this topic to the authors