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
qfsfileengine_win.cpp File Reference

(df6b74f4617bf0ba14420ed15fcc5866cccfb7d0)

#include "qplatformdefs.h"
#include "private/qabstractfileengine_p.h"
#include "private/qfiledevice_p.h"
#include "private/qfsfileengine_p.h"
#include "qfilesystemengine_p.h"
#include <qdebug.h>
#include "qfile.h"
#include "qdir.h"
#include "qvarlengtharray.h"
#include "qdatetime.h"
#include "qt_windows.h"
#include <sys/types.h>
#include <direct.h>
#include <winioctl.h>
#include <objbase.h>
#include <shlobj.h>
#include <accctrl.h>
#include <initguid.h>
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
#include <security.h>
#include <memory>
+ Include dependency graph for qfsfileengine_win.cpp:

Go to the source code of this file.

Macros

#define SECURITY_WIN32
 
#define PATH_MAX   FILENAME_MAX
 

Functions

static bool isUncPath (const QString &path)
 
static bool isDriveReady (const wchar_t *path)
 

Macro Definition Documentation

◆ PATH_MAX

#define PATH_MAX   FILENAME_MAX

Definition at line 33 of file qfsfileengine_win.cpp.

◆ SECURITY_WIN32

#define SECURITY_WIN32

Definition at line 27 of file qfsfileengine_win.cpp.

Function Documentation

◆ isDriveReady()

static bool isDriveReady ( const wchar_t * path)
inlinestatic

Definition at line 456 of file qfsfileengine_win.cpp.

◆ isUncPath()

static bool isUncPath ( const QString & path)
inlinestatic

Definition at line 40 of file qfsfileengine_win.cpp.