ReactOS 0.4.16-dev-835-gd769f56
|
#include <precomp.h>
Go to the source code of this file.
Classes | |
struct | DRIVE_ITEM_CONTEXT |
Typedefs | |
typedef struct DRIVE_ITEM_CONTEXT * | PDRIVE_ITEM_CONTEXT |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (CRecycleBin) | |
static void | toggleNukeOnDeleteOption (HWND hwndDlg, BOOL bEnable) |
static VOID | InitializeRecycleBinDlg (HWND hwndDlg, WCHAR DefaultDrive) |
static BOOL | StoreDriveSettings (HWND hwndDlg) |
static VOID | FreeDriveItemContext (HWND hwndDlg) |
static INT | GetSelectedDriveItem (HWND hwndDlg, LVITEMW *li) |
static INT_PTR CALLBACK | RecycleBinDlg (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
HRESULT | RecycleBin_AddPropSheetPages (LPFNSVADDPROPSHEETPAGE pfnAddPage, LPARAM lParam) |
typedef struct DRIVE_ITEM_CONTEXT * PDRIVE_ITEM_CONTEXT |
Definition at line 225 of file recycler_prop.cpp.
Referenced by RecycleBinDlg().
Definition at line 247 of file recycler_prop.cpp.
Referenced by RecycleBinDlg().
Definition at line 54 of file recycler_prop.cpp.
Referenced by RecycleBinDlg().
HRESULT RecycleBin_AddPropSheetPages | ( | LPFNSVADDPROPSHEETPAGE | pfnAddPage, |
LPARAM | lParam | ||
) |
Definition at line 407 of file recycler_prop.cpp.
Referenced by CRecycleBin::AddPages().
|
static |
Definition at line 276 of file recycler_prop.cpp.
Referenced by RecycleBin_AddPropSheetPages().
Definition at line 186 of file recycler_prop.cpp.
Referenced by RecycleBinDlg().
Definition at line 34 of file recycler_prop.cpp.
Referenced by InitializeRecycleBinDlg(), and RecycleBinDlg().
WINE_DEFAULT_DEBUG_CHANNEL | ( | CRecycleBin | ) |