|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "shellext.h"#include <windows.h>#include <strsafe.h>#include <winternl.h>#include <shlwapi.h>#include <uxtheme.h>#include "volpropsheet.h"#include "resource.h"#include "mountmgr.h"
Go to the source code of this file.
Classes | |
| struct | dev |
Macros | |
| #define | ISOLATION_AWARE_ENABLED 1 |
| #define | STRSAFE_NO_DEPRECATE |
| #define | NO_SHLWAPI_STRFCNS |
Functions | |
| static INT_PTR CALLBACK | stub_UsageDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static void | add_lv_column (HWND list, int string, int cx) |
| static int CALLBACK | lv_sort (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort) |
| static uint64_t | find_dev_alloc (uint64_t dev_id, btrfs_usage *usage) |
| static INT_PTR CALLBACK | stub_StatsDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static INT_PTR CALLBACK | stub_DeviceDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static INT_PTR CALLBACK | PropSheetDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static INT_PTR __stdcall | dlg_proc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| void CALLBACK | ResetStatsW (HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) |
| void CALLBACK | ShowChangeDriveLetterW (HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) |
Variables | |
| static const NTSTATUS | STATUS_OBJECT_NAME_NOT_FOUND = 0xC0000034 |
| #define ISOLATION_AWARE_ENABLED 1 |
Definition at line 18 of file volpropsheet.cpp.
| #define NO_SHLWAPI_STRFCNS |
Definition at line 35 of file volpropsheet.cpp.
| #define STRSAFE_NO_DEPRECATE |
Definition at line 19 of file volpropsheet.cpp.
Definition at line 586 of file volpropsheet.cpp.
Referenced by BtrfsVolPropSheet::DeviceDlgProc().
Definition at line 1593 of file volpropsheet.cpp.
Referenced by BtrfsChangeDriveLetter::show().
|
static |
Definition at line 608 of file volpropsheet.cpp.
Referenced by BtrfsVolPropSheet::RefreshDevList().
Definition at line 599 of file volpropsheet.cpp.
Referenced by BtrfsVolPropSheet::RefreshDevList().
|
static |
Definition at line 1329 of file volpropsheet.cpp.
Definition at line 1613 of file volpropsheet.cpp.
| void CALLBACK ShowChangeDriveLetterW | ( | HWND | hwnd, |
| HINSTANCE | hinst, | ||
| LPWSTR | lpszCmdLine, | ||
| int | nCmdShow | ||
| ) |
Definition at line 1667 of file volpropsheet.cpp.
|
static |
Definition at line 1249 of file volpropsheet.cpp.
Referenced by BtrfsVolPropSheet::ShowDevices().
|
static |
Definition at line 942 of file volpropsheet.cpp.
Referenced by BtrfsVolPropSheet::ShowStats().
|
static |
Definition at line 566 of file volpropsheet.cpp.
Referenced by BtrfsVolPropSheet::ShowUsage().
Definition at line 48 of file volpropsheet.cpp.