Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qstorageinfo_win.cpp File Reference

(2a210e25b6c19231e9b98c14bfdf4d1376d43e97)

#include "qstorageinfo_p.h"
#include <QtCore/qdir.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qmutex.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/private/wcharhelpers_win_p.h>
#include "qfilesystementry_p.h"
#include "qntdll_p.h"
Include dependency graph for qstorageinfo_win.cpp:

Go to the source code of this file.

Functions

NTSTATUS NTSYSCALLAPI NTAPI NtQueryVolumeInformationFile (HANDLE, PIO_STATUS_BLOCK, PVOID, ULONG, FS_INFORMATION_CLASS)
static QString canonicalPath (const QString &rootPath)
static QByteArray getDevice (const QString &rootPath)

Variables

static const int defaultBufferSize = MAX_PATH + 1

Function Documentation

◆ canonicalPath()

QString canonicalPath ( const QString & rootPath)
static

Definition at line 26 of file qstorageinfo_win.cpp.

◆ getDevice()

QByteArray getDevice ( const QString & rootPath)
inlinestatic

Definition at line 66 of file qstorageinfo_win.cpp.

◆ NtQueryVolumeInformationFile()

NTSTATUS NTSYSCALLAPI NTAPI NtQueryVolumeInformationFile ( HANDLE ,
PIO_STATUS_BLOCK ,
PVOID ,
ULONG ,
FS_INFORMATION_CLASS  )

Variable Documentation

◆ defaultBufferSize

const int defaultBufferSize = MAX_PATH + 1
static

Definition at line 24 of file qstorageinfo_win.cpp.