ReactOS 0.4.16-dev-122-g325d74c
|
#include <send.h>
Public Member Functions | |
BtrfsSend () | |
~BtrfsSend () | |
void | Open (HWND hwnd, WCHAR *path) |
INT_PTR | SendDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
DWORD | Thread () |
Private Member Functions | |
void | StartSend (HWND hwnd) |
void | Browse (HWND hwnd) |
void | BrowseParent (HWND hwnd) |
void | AddClone (HWND hwnd) |
void | RemoveClone (HWND hwnd) |
Private Attributes | |
bool | started |
bool | incremental |
WCHAR | file [MAX_PATH] |
WCHAR | closetext [255] |
HANDLE | thread |
HANDLE | dirh |
HANDLE | stream |
HWND | hwnd |
wstring | subvol |
char * | buf |
vector< wstring > | clones |
|
inline |
|
inline |
Definition at line 360 of file send.cpp.
Referenced by SendDlgProc().
Definition at line 295 of file send.cpp.
Referenced by SendDlgProc().
Definition at line 314 of file send.cpp.
Referenced by SendDlgProc().
Definition at line 528 of file send.cpp.
Definition at line 406 of file send.cpp.
Referenced by SendDlgProc().
Definition at line 421 of file send.cpp.
Definition at line 233 of file send.cpp.
Referenced by SendDlgProc().
DWORD BtrfsSend::Thread | ( | ) |
Definition at line 30 of file send.cpp.
|
private |
Definition at line 62 of file send.h.
Referenced by StartSend(), and Thread().
|
private |
Definition at line 57 of file send.h.
Referenced by SendDlgProc(), and Thread().
|
private |
Definition at line 58 of file send.h.
Referenced by BtrfsSend(), SendDlgProc(), and Thread().
|
private |
Definition at line 59 of file send.h.
Referenced by AddClone(), Browse(), and BrowseParent().
|
private |
Definition at line 56 of file send.h.
Referenced by BtrfsSend(), SendDlgProc(), StartSend(), and Thread().
|
private |
Definition at line 55 of file send.h.
Referenced by BtrfsSend(), SendDlgProc(), StartSend(), and Thread().
|
private |
Definition at line 60 of file send.h.
Referenced by AddClone(), BrowseParent(), BtrfsSend(), Open(), and Thread().
|
private |
Definition at line 58 of file send.h.
Referenced by SendDlgProc(), and StartSend().