ReactOS 0.4.16-dev-1020-gf135cab
|
#include <drvdefext.h>
Private Member Functions | |
VOID | PaintStaticControls (HWND hwndDlg, LPDRAWITEMSTRUCT pDrawItem) |
VOID | InitGeneralPage (HWND hwndDlg) |
HRESULT | AddMainPage (LPFNADDPROPSHEETPAGE pfnAddPage, LPARAM lParam) |
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 |
CComPtr< IDataObject > | m_Multiple |
Definition at line 24 of file drvdefext.h.
CDrvDefExt::CDrvDefExt | ( | ) |
Definition at line 691 of file drvdefext.cpp.
CDrvDefExt::~CDrvDefExt | ( | ) |
Definition at line 696 of file drvdefext.cpp.
|
private |
Definition at line 782 of file drvdefext.cpp.
Referenced by AddPages().
|
override |
Definition at line 804 of file drvdefext.cpp.
|
staticprivate |
Definition at line 603 of file drvdefext.cpp.
Referenced by AddPages().
|
staticprivate |
Definition at line 505 of file drvdefext.cpp.
Referenced by AddMainPage().
|
override |
Definition at line 870 of file drvdefext.cpp.
|
staticprivate |
Definition at line 665 of file drvdefext.cpp.
Referenced by AddPages().
Definition at line 394 of file drvdefext.cpp.
Referenced by GeneralPageProc().
|
override |
Implements IShellExtInit.
Definition at line 732 of file drvdefext.cpp.
|
override |
Implements IContextMenu.
Definition at line 768 of file drvdefext.cpp.
|
private |
Definition at line 192 of file drvdefext.cpp.
Referenced by GeneralPageProc().
|
override |
Implements IContextMenu.
Definition at line 761 of file drvdefext.cpp.
|
override |
Definition at line 856 of file drvdefext.cpp.
Implements IObjectWithSite.
Definition at line 863 of file drvdefext.cpp.
|
private |
Definition at line 40 of file drvdefext.h.
Referenced by InitGeneralPage(), and PaintStaticControls().
|
private |
Definition at line 41 of file drvdefext.h.
Referenced by AddMainPage(), AddPages(), and Initialize().
Definition at line 39 of file drvdefext.h.
Referenced by AddMainPage(), AddPages(), CDrvDefExt(), ExtraPageProc(), GeneralPageProc(), InitGeneralPage(), and Initialize().