Searched refs:GetVolumeInformation (Results 1 – 10 of 10) sorted by relevance
/reactos/base/shell/cmd/ |
H A D | vol.c | 35 if (!GetVolumeInformation(pszRootPath, in PrintVolumeHeader()
|
H A D | free.c | 45 if (!GetVolumeInformation (szRootPath, szVolume, 64, &dwSerial, in PrintDiskInfo()
|
H A D | dir.c | 613 !GetVolumeInformation(szRootName, szVolName, ARRAYSIZE(szVolName), in PrintDirectoryHeader()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | CMakeLists.txt | 20 GetVolumeInformation.c
|
H A D | GetVolumeInformation.c | 120 START_TEST(GetVolumeInformation) in START_TEST() argument
|
/reactos/base/applications/cmdutils/fsutil/ |
H A D | common.c | 74 if (!GetVolumeInformation(VolumeID, NULL, 0, NULL, NULL, NULL, FileSystem, MAX_PATH + 1)) in OpenVolume()
|
H A D | fsinfo.c | 123 if (!GetVolumeInformation(argv[1], VolumeName, MAX_PATH + 1, &Serial, in VolumeInfoMain()
|
/reactos/dll/cpl/sysdm/ |
H A D | virtmem.c | 242 if (GetVolumeInformation(DrivePtr, in ParseMemSettings()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | filechild.cpp | 202 …GetVolumeInformation(drv, _root._volname, _MAX_FNAME, 0, 0, &_root._fs_flags, _root._fs, COUNTOF(_… in FileChildWindow()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 3669 #define GetVolumeInformation GetVolumeInformationW macro 3878 #define GetVolumeInformation GetVolumeInformationA macro
|