ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <drvdefext.h>
Private Member Functions | |
VOID | PaintStaticControls (HWND hwndDlg, LPDRAWITEMSTRUCT pDrawItem) |
VOID | InitGeneralPage (HWND hwndDlg) |
Static Private Member Functions | |
static INT_PTR CALLBACK | GeneralPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | ExtraPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | HardwarePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Private Attributes | |
WCHAR | m_wszDrive [MAX_PATH] |
UINT | m_FreeSpacePerc |
Definition at line 24 of file drvdefext.h.
CDrvDefExt::CDrvDefExt | ( | ) |
Definition at line 682 of file drvdefext.cpp.
CDrvDefExt::~CDrvDefExt | ( | ) |
Definition at line 687 of file drvdefext.cpp.
|
override |
Definition at line 749 of file drvdefext.cpp.
|
staticprivate |
Definition at line 594 of file drvdefext.cpp.
Referenced by AddPages().
|
staticprivate |
Definition at line 505 of file drvdefext.cpp.
Referenced by AddPages().
|
override |
Definition at line 799 of file drvdefext.cpp.
|
staticprivate |
Definition at line 656 of file drvdefext.cpp.
Referenced by AddPages().
Definition at line 394 of file drvdefext.cpp.
Referenced by GeneralPageProc().
|
override |
Implements IShellExtInit.
Definition at line 693 of file drvdefext.cpp.
|
override |
Implements IContextMenu.
Definition at line 735 of file drvdefext.cpp.
|
private |
Definition at line 192 of file drvdefext.cpp.
Referenced by GeneralPageProc().
|
override |
Implements IContextMenu.
Definition at line 728 of file drvdefext.cpp.
|
override |
Definition at line 785 of file drvdefext.cpp.
Implements IObjectWithSite.
Definition at line 792 of file drvdefext.cpp.
|
private |
Definition at line 40 of file drvdefext.h.
Referenced by InitGeneralPage(), and PaintStaticControls().
Definition at line 39 of file drvdefext.h.
Referenced by AddPages(), CDrvDefExt(), ExtraPageProc(), GeneralPageProc(), InitGeneralPage(), and Initialize().