ReactOS 0.4.16-dev-295-g4aee028
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |||||||
static BOOL | GetVolumeNameForRoot (IN LPCWSTR lpszRootPath, OUT LPWSTR lpszVolumeName, IN DWORD cchBufferLength) | ||||||
BOOL | BasepGetVolumeNameFromReparsePoint (IN LPCWSTR lpszMountPoint, OUT LPWSTR lpszVolumeName, IN DWORD cchBufferLength, OUT LPBOOL IsAMountPoint) | ||||||
BOOL | BasepGetVolumeNameForVolumeMountPoint (IN LPCWSTR lpszMountPoint, OUT LPWSTR lpszVolumeName, IN DWORD cchBufferLength, OUT LPBOOL IsAMountPoint) | ||||||
GetVolumeNameForVolumeMountPointW | |||||||
@implemented Return an unique volume name for a drive root or mount point.
| |||||||
BOOL WINAPI | GetVolumeNameForVolumeMountPointW (IN LPCWSTR VolumeMountPoint, OUT LPWSTR VolumeName, IN DWORD VolumeNameLength) | ||||||
BOOL WINAPI | GetVolumeNameForVolumeMountPointA (IN LPCSTR lpszVolumeMountPoint, IN LPSTR lpszVolumeName, IN DWORD cchBufferLength) | ||||||
BOOL WINAPI | SetVolumeMountPointW (IN LPCWSTR lpszVolumeMountPoint, IN LPCWSTR lpszVolumeName) | ||||||
BOOL WINAPI | SetVolumeMountPointA (IN LPCSTR lpszVolumeMountPoint, IN LPCSTR lpszVolumeName) | ||||||
BOOL WINAPI | DeleteVolumeMountPointA (IN LPCSTR lpszVolumeMountPoint) | ||||||
BOOL WINAPI | DeleteVolumeMountPointW (IN LPCWSTR lpszVolumeMountPoint) | ||||||
HANDLE WINAPI | FindFirstVolumeMountPointW (IN LPCWSTR lpszRootPathName, IN LPWSTR lpszVolumeMountPoint, IN DWORD cchBufferLength) | ||||||
HANDLE WINAPI | FindFirstVolumeMountPointA (IN LPCSTR lpszRootPathName, IN LPSTR lpszVolumeMountPoint, IN DWORD cchBufferLength) | ||||||
BOOL WINAPI | FindNextVolumeMountPointA (IN HANDLE hFindVolumeMountPoint, IN LPSTR lpszVolumeMountPoint, DWORD cchBufferLength) | ||||||
BOOL WINAPI | FindNextVolumeMountPointW (IN HANDLE hFindVolumeMountPoint, IN LPWSTR lpszVolumeMountPoint, DWORD cchBufferLength) | ||||||
BOOL WINAPI | FindVolumeMountPointClose (IN HANDLE hFindVolumeMountPoint) | ||||||
#define NDEBUG |
Definition at line 10 of file mntpoint.c.
BOOL BasepGetVolumeNameForVolumeMountPoint | ( | IN LPCWSTR | lpszMountPoint, |
OUT LPWSTR | lpszVolumeName, | ||
IN DWORD | cchBufferLength, | ||
OUT LPBOOL | IsAMountPoint | ||
) |
Definition at line 398 of file mntpoint.c.
Referenced by GetVolumeNameForVolumeMountPointW(), and GetVolumePathNameW().
BOOL BasepGetVolumeNameFromReparsePoint | ( | IN LPCWSTR | lpszMountPoint, |
OUT LPWSTR | lpszVolumeName, | ||
IN DWORD | cchBufferLength, | ||
OUT LPBOOL | IsAMountPoint | ||
) |
Definition at line 257 of file mntpoint.c.
Referenced by BasepGetVolumeNameForVolumeMountPoint(), and GetDriveTypeW().
Definition at line 607 of file mntpoint.c.
Definition at line 618 of file mntpoint.c.
Referenced by RemoveDirectoryW().
HANDLE WINAPI FindFirstVolumeMountPointA | ( | IN LPCSTR | lpszRootPathName, |
IN LPSTR | lpszVolumeMountPoint, | ||
IN DWORD | cchBufferLength | ||
) |
Definition at line 642 of file mntpoint.c.
HANDLE WINAPI FindFirstVolumeMountPointW | ( | IN LPCWSTR | lpszRootPathName, |
IN LPWSTR | lpszVolumeMountPoint, | ||
IN DWORD | cchBufferLength | ||
) |
Definition at line 629 of file mntpoint.c.
BOOL WINAPI FindNextVolumeMountPointA | ( | IN HANDLE | hFindVolumeMountPoint, |
IN LPSTR | lpszVolumeMountPoint, | ||
DWORD | cchBufferLength | ||
) |
Definition at line 655 of file mntpoint.c.
BOOL WINAPI FindNextVolumeMountPointW | ( | IN HANDLE | hFindVolumeMountPoint, |
IN LPWSTR | lpszVolumeMountPoint, | ||
DWORD | cchBufferLength | ||
) |
Definition at line 668 of file mntpoint.c.
Definition at line 681 of file mntpoint.c.
|
static |
Definition at line 17 of file mntpoint.c.
Referenced by BasepGetVolumeNameForVolumeMountPoint().
BOOL WINAPI GetVolumeNameForVolumeMountPointA | ( | IN LPCSTR | lpszVolumeMountPoint, |
IN LPSTR | lpszVolumeName, | ||
IN DWORD | cchBufferLength | ||
) |
Definition at line 518 of file mntpoint.c.
BOOL WINAPI GetVolumeNameForVolumeMountPointW | ( | IN LPCWSTR | VolumeMountPoint, |
OUT LPWSTR | VolumeName, | ||
IN DWORD | VolumeNameLength | ||
) |
Definition at line 496 of file mntpoint.c.
Referenced by Chkdsk(), FormatEx(), GetVolumeNameForVolumeMountPointA(), QueryDeviceInformation(), SetVolumeLabelW(), and test_GetFinalPathNameByHandleW().
Definition at line 595 of file mntpoint.c.
Definition at line 583 of file mntpoint.c.
Referenced by CreateDirectoryExW().