Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qntdll_p.h
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QNTDLL_P_H
5#define QNTDLL_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtCore/private/qglobal_p.h>
19
20#include <winternl.h>
21
23
24// keep the following structure as is, taken from
25// https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/ntddk/ns-ntddk-_file_fs_sector_size_information
26// Unfortunately we can't include the ntddk.h header, so we duplicate the code here.
36
37#if !defined(Q_CC_MINGW)
38// keep the following enumeration as is, taken from
39// https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/wdm/ne-wdm-_fsinfoclass
40// Unfortunately we can't include the wdm.h header, so we duplicate the code here.
58#endif
59
61
62#endif // QNTDLL_P_H
Combined button and popup list for selecting options.
QT_BEGIN_NAMESPACE struct _FILE_FS_SECTOR_SIZE_INFORMATION * PFILE_FS_SECTOR_SIZE_INFORMATION
enum _FSINFOCLASS * PFS_INFORMATION_CLASS
QT_BEGIN_NAMESPACE struct _FILE_FS_SECTOR_SIZE_INFORMATION FILE_FS_SECTOR_SIZE_INFORMATION
_FSINFOCLASS
Definition qntdll_p.h:41
@ FileFsVolumeFlagsInformation
Definition qntdll_p.h:51
@ FileFsControlInformation
Definition qntdll_p.h:47
@ FileFsSectorSizeInformation
Definition qntdll_p.h:52
@ FileFsDeviceInformation
Definition qntdll_p.h:45
@ FileFsLabelInformation
Definition qntdll_p.h:43
@ FileFsAttributeInformation
Definition qntdll_p.h:46
@ FileFsVolumeInformation
Definition qntdll_p.h:42
@ FileFsObjectIdInformation
Definition qntdll_p.h:49
@ FileFsSizeInformation
Definition qntdll_p.h:44
@ FileFsMaximumInformation
Definition qntdll_p.h:56
@ FileFsDriverPathInformation
Definition qntdll_p.h:50
@ FileFsMetadataSizeInformation
Definition qntdll_p.h:54
@ FileFsFullSizeInformationEx
Definition qntdll_p.h:55
@ FileFsDataCopyInformation
Definition qntdll_p.h:53
@ FileFsFullSizeInformation
Definition qntdll_p.h:48
enum _FSINFOCLASS FS_INFORMATION_CLASS
ULONG FileSystemEffectivePhysicalBytesPerSectorForAtomicity
Definition qntdll_p.h:31