|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"#include <ntddstor.h>#include <ntstrsafe.h>#include <ndk/iofuncs.h>#include <ndk/obfuncs.h>
Go to the source code of this file.
Macros | |
| #define | NTOS_MODE_USER |
Functions | |
| BOOLEAN NTAPI | QueryAvailableFileSystemFormat (IN DWORD Index, IN OUT PWCHAR FileSystem, OUT UCHAR *Major, OUT UCHAR *Minor, OUT BOOLEAN *LatestVersion) |
| BOOL NTAPI | QueryDeviceInformation (_In_ PCWSTR DriveRoot, _Out_ PVOID DeviceInformation, _In_ ULONG BufferSize) |
| Retrieves disk device information. | |
| BOOLEAN NTAPI QueryAvailableFileSystemFormat | ( | IN DWORD | Index, |
| IN OUT PWCHAR | FileSystem, | ||
| OUT UCHAR * | Major, | ||
| OUT UCHAR * | Minor, | ||
| OUT BOOLEAN * | LatestVersion | ||
| ) |
Definition at line 20 of file query.c.
Referenced by InitializeFormatDriveDlg(), ShowInstalledFileSystems(), and Usage().
| BOOL NTAPI QueryDeviceInformation | ( | _In_ PCWSTR | DriveRoot, |
| _Out_ PVOID | DeviceInformation, | ||
| _In_ ULONG | BufferSize | ||
| ) |
Retrieves disk device information.
| [in] | DriveRoot | String which contains a DOS device name, |
| [out] | DeviceInformation | Pointer to buffer which will receive DEVICE_INFORMATION data. |
| [in] | BufferSize | Size of DeviceInformation buffer, in bytes. |
Definition at line 79 of file query.c.
Referenced by MountMgrCreatePointWorker(), MountMgrNextDriveLetterWorker(), MountMgrVolumeMountPointChanged(), MountMgrVolumeMountPointCreated(), QueryPointsFromMemory(), QueryPointsFromSymbolicLinkName(), USBD_GetDeviceInformationEx(), USBH_GetDeviceType(), and wmain().