ReactOS 0.4.16-dev-300-g2aadf2e
|
#include "shellext.h"
#include <windows.h>
#include <strsafe.h>
#include <winternl.h>
#include <shlwapi.h>
#include <uxtheme.h>
#include "propsheet.h"
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _FILE_ACCESS_INFORMATION |
struct | _FILE_STANDARD_INFORMATION |
struct | _FILE_FS_SIZE_INFORMATION |
Macros | |
#define | ISOLATION_AWARE_ENABLED 1 |
#define | STRSAFE_NO_DEPRECATE |
#define | NO_SHLWAPI_STRFCNS |
#define | SUBVOL_ROOT_INODE 0x100 |
#define | FileAccessInformation (FILE_INFORMATION_CLASS)8 |
#define | FileStandardInformation (FILE_INFORMATION_CLASS)5 |
#define | major(rdev) ((((rdev) >> 8) & 0xFFF) | ((uint32_t)((rdev) >> 32) & ~0xFFF)) |
#define | minor(rdev) (((rdev) & 0xFF) | ((uint32_t)((rdev) >> 12) & ~0xFF)) |
Functions | |
static DWORD WINAPI | global_search_list_thread (LPVOID lpParameter) |
static ULONG | inode_type_to_string_ref (uint8_t type) |
static INT_PTR CALLBACK | SizeDetailsDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static void | set_check_box (HWND hwndDlg, ULONG id, uint64_t min, uint64_t max) |
static INT_PTR CALLBACK | PropSheetDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void CALLBACK | ShowPropSheetW (HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) |
#define FileAccessInformation (FILE_INFORMATION_CLASS)8 |
Definition at line 51 of file propsheet.cpp.
#define FileStandardInformation (FILE_INFORMATION_CLASS)5 |
Definition at line 61 of file propsheet.cpp.
#define ISOLATION_AWARE_ENABLED 1 |
Definition at line 18 of file propsheet.cpp.
Definition at line 928 of file propsheet.cpp.
Definition at line 929 of file propsheet.cpp.
#define NO_SHLWAPI_STRFCNS |
Definition at line 35 of file propsheet.cpp.
#define STRSAFE_NO_DEPRECATE |
Definition at line 19 of file propsheet.cpp.
#define SUBVOL_ROOT_INODE 0x100 |
Definition at line 42 of file propsheet.cpp.
Definition at line 166 of file propsheet.cpp.
Referenced by BtrfsPropSheet::Initialize(), and BtrfsPropSheet::set_cmdline().
Definition at line 558 of file propsheet.cpp.
Referenced by BtrfsPropSheet::init_propsheet().
|
static |
Definition at line 1102 of file propsheet.cpp.
Referenced by BtrfsPropSheet::AddPages(), BtrfsVolPropSheet::AddPages(), and ShowPropSheetW().
Definition at line 866 of file propsheet.cpp.
Referenced by BtrfsPropSheet::init_propsheet().
Definition at line 1368 of file propsheet.cpp.
|
static |
Definition at line 821 of file propsheet.cpp.
Referenced by PropSheetDlgProc().