ReactOS 0.4.16-dev-983-g23ad936
|
#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_ PWCHAR 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_ PWCHAR | DriveRoot, |
_Out_ PVOID | DeviceInformation, | ||
_In_ ULONG | BufferSize | ||
) |
Retrieves disk device information.
[in] | DriveRoot | String which contains a DOS device name, |
[in,out] | DeviceInformation | Pointer to buffer with DEVICE_INFORMATION structure which will receive data. |
[in] | BufferSize | Size of 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().