ReactOS 0.4.15-dev-6657-ged9973f
|
#include "reactos.h"
#include <shlwapi.h>
#include <ntddstor.h>
#include <ntddscsi.h>
#include "resource.h"
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | IDS_LIST_COLUMN_FIRST IDS_PARTITION_NAME |
#define | IDS_LIST_COLUMN_LAST IDS_PARTITION_STATUS |
#define | MAX_LIST_COLUMNS (IDS_LIST_COLUMN_LAST - IDS_LIST_COLUMN_FIRST + 1) |
Variables | |
static const UINT | column_ids [MAX_LIST_COLUMNS] = {IDS_LIST_COLUMN_FIRST, IDS_LIST_COLUMN_FIRST + 1, IDS_LIST_COLUMN_FIRST + 2, IDS_LIST_COLUMN_FIRST + 3} |
static const INT | column_widths [MAX_LIST_COLUMNS] = {200, 90, 60, 60} |
static const INT | column_alignment [MAX_LIST_COLUMNS] = {LVCFMT_LEFT, LVCFMT_LEFT, LVCFMT_RIGHT, LVCFMT_RIGHT} |
#define IDS_LIST_COLUMN_FIRST IDS_PARTITION_NAME |
Definition at line 41 of file drivepage.c.
#define IDS_LIST_COLUMN_LAST IDS_PARTITION_STATUS |
Definition at line 42 of file drivepage.c.
#define MAX_LIST_COLUMNS (IDS_LIST_COLUMN_LAST - IDS_LIST_COLUMN_FIRST + 1) |
Definition at line 44 of file drivepage.c.
#define NDEBUG |
Definition at line 36 of file drivepage.c.
BOOL CreateTreeListColumns | ( | IN HINSTANCE | hInstance, |
IN HWND | hWndTreeList, | ||
IN const UINT * | pIDs, | ||
IN const INT * | pColsWidth, | ||
IN const INT * | pColsAlign, | ||
IN UINT | nNumOfColumns | ||
) |
Definition at line 127 of file drivepage.c.
Referenced by DriveDlgProc().
Definition at line 161 of file drivepage.c.
Definition at line 591 of file drivepage.c.
Referenced by DriveDlgProc(), and SelectPartitionPage().
Definition at line 613 of file drivepage.c.
Referenced by _tWinMain().
Definition at line 237 of file drivepage.c.
Referenced by PrintPartitionData().
|
static |
Definition at line 52 of file drivepage.c.
Referenced by DriveDlgProc().
|
static |
Definition at line 99 of file drivepage.c.
Referenced by DriveDlgProc().
Definition at line 408 of file drivepage.c.
Referenced by DrawPartitionList().
|
static |
Definition at line 300 of file drivepage.c.
Referenced by PrintDiskData().
HTLITEM TreeListAddItem | ( | IN HWND | hTreeList, |
IN HTLITEM | hParent, | ||
IN LPWSTR | lpText, | ||
IN INT | iImage, | ||
IN INT | iSelectedImage, | ||
IN LPARAM | lParam | ||
) |
Definition at line 209 of file drivepage.c.
Referenced by PrintDiskData(), and PrintPartitionData().
|
static |
Definition at line 47 of file drivepage.c.
Referenced by DriveDlgProc().
|
static |
Definition at line 45 of file drivepage.c.
Referenced by DriveDlgProc().
|
static |
Definition at line 46 of file drivepage.c.
Referenced by DriveDlgProc().