ReactOS 0.4.16-dev-1515-g853b446
|
#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 694 of file drvdefext.cpp.
CDrvDefExt::~CDrvDefExt | ( | ) |
Definition at line 699 of file drvdefext.cpp.
|
private |
Definition at line 785 of file drvdefext.cpp.
Referenced by AddPages().
|
override |
Definition at line 807 of file drvdefext.cpp.
|
staticprivate |
Definition at line 606 of file drvdefext.cpp.
Referenced by AddPages().
|
staticprivate |
Definition at line 508 of file drvdefext.cpp.
Referenced by AddMainPage().
|
override |
Definition at line 873 of file drvdefext.cpp.
|
staticprivate |
Definition at line 668 of file drvdefext.cpp.
Referenced by AddPages().
Definition at line 394 of file drvdefext.cpp.
Referenced by GeneralPageProc().
|
override |
Implements IShellExtInit.
Definition at line 735 of file drvdefext.cpp.
|
override |
Implements IContextMenu.
Definition at line 771 of file drvdefext.cpp.
|
private |
Definition at line 192 of file drvdefext.cpp.
Referenced by GeneralPageProc().
|
override |
Implements IContextMenu.
Definition at line 764 of file drvdefext.cpp.
|
override |
Definition at line 859 of file drvdefext.cpp.
Implements IObjectWithSite.
Definition at line 866 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().