/reactos/modules/rostests/apitests/kernel32/ |
H A D | GetVolumeInformation.c | 77 Ret = GetVolumeInformationW(L"C:\\", NULL, 0, NULL, &MCL, &Flags, Outbuf, MAX_PATH); in TestGetVolumeInformationW() 90 Ret = GetVolumeInformationW(L"C:\\", NULL, 0, NULL, &MCL, &Flags, Outbuf, Len + 1); in TestGetVolumeInformationW() 105 Ret = GetVolumeInformationW(L"C:\\", NULL, 0, NULL, &MCL, &Flags, Outbuf, Len); in TestGetVolumeInformationW()
|
/reactos/base/system/format/ |
H A D | format.c | 473 if (!GetVolumeInformationW(RootDirectory, in wmain() 614 if (!GetVolumeInformationW(RootDirectory, in wmain() 643 if (!GetVolumeInformationW(RootDirectory, in wmain()
|
/reactos/modules/rostests/win32/fs/tunneltest/ |
H A D | tunneltest.c | 44 …if (GetVolumeInformationW(RootPath, NULL, 0, NULL, NULL, NULL, FileSystemName, sizeof(FileSystemNa… in wmain()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | drvdefext.cpp | 55 … if (GetVolumeInformationW(pwszDrive, pwszText, cchTextMax, NULL, &dwMaxComp, &dwFileSys, NULL, 0)) in GetDriveNameWithLetter() 126 if(!GetVolumeInformationW(pwszDrive, NULL, 0, NULL, NULL, NULL, wszFs, _countof(wszFs))) in ChkDskNow() 401 …bRet = GetVolumeInformationW(m_wszDrive, wszVolumeName, _countof(wszVolumeName), NULL, NULL, NULL,… in InitGeneralPage()
|
H A D | recycler_prop.cpp | 109 …if (!GetVolumeInformationW(szDrive, szName, _countof(szName), &dwSerial, &MaxComponent, &Flags, NU… in InitializeRecycleBinDlg()
|
H A D | drive.cpp | 292 …if (GetVolumeInformationW(szDrive, &szText[cchText], _countof(szText) - cchText, NULL, NULL, NULL,… in InitializeFormatDriveDlg()
|
/reactos/base/applications/cmdutils/label/ |
H A D | label.c | 221 GetVolumeInformationW(szRootPath, szOldLabel, ARRAYSIZE(szOldLabel), &dwSerialNr, in wmain()
|
/reactos/base/system/chkdsk/ |
H A D | chkdsk.c | 417 if (!GetVolumeInformationW(Drive, in wmain()
|
/reactos/base/applications/cmdutils/tree/ |
H A D | tree.c | 355 GetVolumeInformationW(NULL, NULL, 0, &dwSerial, NULL, NULL, NULL, 0); in wmain()
|
/reactos/dll/win32/kernel32/client/file/ |
H A D | volume.c | 101 Ret = GetVolumeInformationW(RootPathNameU->Buffer, VolumeNameU.Buffer, in GetVolumeInformationA() 226 GetVolumeInformationW(IN LPCWSTR lpRootPathName, in GetVolumeInformationW() function
|
/reactos/dll/win32/shell32/folders/ |
H A D | CDrivesFolder.cpp | 235 GetVolumeInformationW(szDrive, NULL, 0, NULL, NULL, &dwFlags, NULL, 0); in DrivesContextMenuCallback() 993 GetVolumeInformationW(wszDrive, pszPath, in GetDisplayNameOf()
|
H A D | CRecycleBin.cpp | 1112 …if (!GetVolumeInformationW(wszRootPathName, NULL, 0, &VolSerialNumber, &MaxComponentLength, &FileS… in TRASH_CanTrashFile()
|
/reactos/modules/rosapps/applications/fraginator/ |
H A D | DriveVolume.cpp | 74 Result = GetVolumeInformationW in Open()
|
/reactos/dll/win32/shell32/shellrecyclebin/ |
H A D | recyclebin_v5.cpp | 719 if (!GetVolumeInformationW(VolumePath, NULL, 0, NULL, NULL, &FileSystemFlags, NULL, 0)) in Init()
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | env_spec_w32.cpp | 505 if(GetVolumeInformationW(deviceNameBuffer, NULL, 0, in my_open()
|
/reactos/dll/win32/msi/ |
H A D | media.c | 49 if (!GetVolumeInformationW(root, volume_name, MAX_PATH + 1, NULL, NULL, NULL, NULL, 0)) in source_matches_volume()
|
H A D | dialog.c | 3162 if (GetVolumeInformationW(ptr, NULL, 0, NULL, 0, &flags, NULL, 0) && in dialog_vcl_add_drives()
|
/reactos/dll/win32/scrrun/ |
H A D | filesystem.c | 1034 ret = GetVolumeInformationW(This->root, nameW, ARRAY_SIZE(nameW), NULL, NULL, NULL, NULL, 0); in drive_get_VolumeName() 1059 ret = GetVolumeInformationW(This->root, NULL, 0, NULL, NULL, NULL, nameW, ARRAY_SIZE(nameW)); in drive_get_FileSystem() 1075 ret = GetVolumeInformationW(This->root, NULL, 0, (DWORD*)serial, NULL, NULL, NULL, 0); in drive_get_SerialNumber()
|
/reactos/dll/win32/wbemprox/ |
H A D | builtin.c | 2773 if (GetVolumeInformationW( root, NULL, 0, NULL, NULL, NULL, buffer, MAX_PATH + 1 )) in get_filesystem() 2920 GetVolumeInformationW( root, buf, ARRAY_SIZE( buf ), NULL, NULL, NULL, NULL, 0 ); in get_volumename() 2929 GetVolumeInformationW( root, NULL, 0, &serial, NULL, NULL, NULL, 0 ); in get_volumeserialnumber()
|
/reactos/base/system/diskpart/ |
H A D | partlist.c | 1366 if (GetVolumeInformationW(pszVolumeName, in AddVolumeToList()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellpath.c | 627 if (!GetVolumeInformationW(szRoot, NULL, 0, NULL, &cchMaxFileName, NULL, NULL, 0)) in IsLFNDriveW()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 2556 BOOL WINAPI GetVolumeInformationW(LPCWSTR,LPWSTR,DWORD,PDWORD,PDWORD,PDWORD,LPWSTR,DWORD); 3669 #define GetVolumeInformation GetVolumeInformationW
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 656 @ stdcall GetVolumeInformationW(wstr ptr long ptr ptr ptr ptr long)
|
/reactos/dll/win32/shell32/ |
H A D | CShellLink.cpp | 478 …BOOL bRet = GetVolumeInformationW(drive, volume->label, _countof(volume->label), &volume->serial, … in ShellLink_GetVolumeInfo()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | file.c | 4593 GetVolumeInformationW(volW, 0, 0, 0, &dwLen, &dwFlags, 0, 0); in test_junction_points()
|