Home
last modified time | relevance | path

Searched refs:GetVolumeInformationW (Results 1 – 25 of 25) sorted by relevance

/reactos/modules/rostests/apitests/kernel32/
H A DGetVolumeInformation.c77 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 Dformat.c473 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 Dtunneltest.c44 …if (GetVolumeInformationW(RootPath, NULL, 0, NULL, NULL, NULL, FileSystemName, sizeof(FileSystemNa… in wmain()
/reactos/dll/win32/shell32/dialogs/
H A Ddrvdefext.cpp55 … 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 Drecycler_prop.cpp109 …if (!GetVolumeInformationW(szDrive, szName, _countof(szName), &dwSerial, &MaxComponent, &Flags, NU… in InitializeRecycleBinDlg()
H A Ddrive.cpp292 …if (GetVolumeInformationW(szDrive, &szText[cchText], _countof(szText) - cchText, NULL, NULL, NULL,… in InitializeFormatDriveDlg()
/reactos/base/applications/cmdutils/label/
H A Dlabel.c221 GetVolumeInformationW(szRootPath, szOldLabel, ARRAYSIZE(szOldLabel), &dwSerialNr, in wmain()
/reactos/base/system/chkdsk/
H A Dchkdsk.c417 if (!GetVolumeInformationW(Drive, in wmain()
/reactos/base/applications/cmdutils/tree/
H A Dtree.c355 GetVolumeInformationW(NULL, NULL, 0, &dwSerial, NULL, NULL, NULL, 0); in wmain()
/reactos/dll/win32/kernel32/client/file/
H A Dvolume.c101 Ret = GetVolumeInformationW(RootPathNameU->Buffer, VolumeNameU.Buffer, in GetVolumeInformationA()
226 GetVolumeInformationW(IN LPCWSTR lpRootPathName, in GetVolumeInformationW() function
/reactos/dll/win32/shell32/folders/
H A DCDrivesFolder.cpp235 GetVolumeInformationW(szDrive, NULL, 0, NULL, NULL, &dwFlags, NULL, 0); in DrivesContextMenuCallback()
993 GetVolumeInformationW(wszDrive, pszPath, in GetDisplayNameOf()
H A DCRecycleBin.cpp1112 …if (!GetVolumeInformationW(wszRootPathName, NULL, 0, &VolSerialNumber, &MaxComponentLength, &FileS… in TRASH_CanTrashFile()
/reactos/modules/rosapps/applications/fraginator/
H A DDriveVolume.cpp74 Result = GetVolumeInformationW in Open()
/reactos/dll/win32/shell32/shellrecyclebin/
H A Drecyclebin_v5.cpp719 if (!GetVolumeInformationW(VolumePath, NULL, 0, NULL, NULL, &FileSystemFlags, NULL, 0)) in Init()
/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_w32.cpp505 if(GetVolumeInformationW(deviceNameBuffer, NULL, 0, in my_open()
/reactos/dll/win32/msi/
H A Dmedia.c49 if (!GetVolumeInformationW(root, volume_name, MAX_PATH + 1, NULL, NULL, NULL, NULL, 0)) in source_matches_volume()
H A Ddialog.c3162 if (GetVolumeInformationW(ptr, NULL, 0, NULL, 0, &flags, NULL, 0) && in dialog_vcl_add_drives()
/reactos/dll/win32/scrrun/
H A Dfilesystem.c1034 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 Dbuiltin.c2773 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 Dpartlist.c1366 if (GetVolumeInformationW(pszVolumeName, in AddVolumeToList()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c627 if (!GetVolumeInformationW(szRoot, NULL, 0, NULL, &cchMaxFileName, NULL, NULL, 0)) in IsLFNDriveW()
/reactos/sdk/include/psdk/
H A Dwinbase.h2556 BOOL WINAPI GetVolumeInformationW(LPCWSTR,LPWSTR,DWORD,PDWORD,PDWORD,PDWORD,LPWSTR,DWORD);
3669 #define GetVolumeInformation GetVolumeInformationW
/reactos/dll/win32/kernel32/
H A Dkernel32.spec656 @ stdcall GetVolumeInformationW(wstr ptr long ptr ptr ptr ptr long)
/reactos/dll/win32/shell32/
H A DCShellLink.cpp478 …BOOL bRet = GetVolumeInformationW(drive, volume->label, _countof(volume->label), &volume->serial, … in ShellLink_GetVolumeInfo()
/reactos/modules/rostests/winetests/ntdll/
H A Dfile.c4593 GetVolumeInformationW(volW, 0, 0, 0, &dwLen, &dwFlags, 0, 0); in test_junction_points()