ReactOS 0.4.15-dev-7127-g2dd0c6c
|
Go to the source code of this file.
Classes | |
struct | _PARTLIST_UI |
Typedefs | |
typedef enum _FORMATMACHINESTATE | FORMATMACHINESTATE |
typedef enum _FORMATMACHINESTATE * | PFORMATMACHINESTATE |
typedef struct _PARTLIST_UI | PARTLIST_UI |
typedef struct _PARTLIST_UI * | PPARTLIST_UI |
Enumerations | |
enum | _FORMATMACHINESTATE { Start , FormatSystemPartition , FormatInstallPartition , FormatOtherPartition , FormatDone } |
Functions | |
VOID | GetPartitionTypeString (IN PPARTENTRY PartEntry, OUT PSTR strBuffer, IN ULONG cchBuffer) |
VOID | PartitionDescription (IN PPARTENTRY PartEntry, OUT PSTR strBuffer, IN SIZE_T cchBuffer) |
VOID | DiskDescription (IN PDISKENTRY DiskEntry, OUT PSTR strBuffer, IN SIZE_T cchBuffer) |
VOID | InitPartitionListUi (IN OUT PPARTLIST_UI ListUi, IN PPARTLIST List, IN PPARTENTRY CurrentEntry OPTIONAL, IN SHORT Left, IN SHORT Top, IN SHORT Right, IN SHORT Bottom) |
VOID | ScrollDownPartitionList (IN PPARTLIST_UI ListUi) |
VOID | ScrollUpPartitionList (IN PPARTLIST_UI ListUi) |
VOID | DrawPartitionList (IN PPARTLIST_UI ListUi) |
typedef struct _PARTLIST_UI PARTLIST_UI |
typedef enum _FORMATMACHINESTATE * PFORMATMACHINESTATE |
typedef struct _PARTLIST_UI * PPARTLIST_UI |
Enumerator | |
---|---|
Start | |
FormatSystemPartition | |
FormatInstallPartition | |
FormatOtherPartition | |
FormatDone |
Definition at line 31 of file partlist.h.
Definition at line 301 of file partlist.c.
Referenced by CheckFileSystemPage(), CreatePartitionPage(), DeletePartitionPage(), FormatPartitionPage(), PrintDiskData(), and SelectFileSystemPage().
VOID DrawPartitionList | ( | IN PPARTLIST_UI | ListUi | ) |
Definition at line 582 of file partlist.c.
Referenced by ScrollDownPartitionList(), and ScrollUpPartitionList().
Definition at line 237 of file drivepage.c.
Referenced by PartitionDescription(), and PrintPartitionData().
VOID InitPartitionListUi | ( | IN OUT PPARTLIST_UI | ListUi, |
IN PPARTLIST | List, | ||
IN PPARTENTRY CurrentEntry | OPTIONAL, | ||
IN SHORT | Left, | ||
IN SHORT | Top, | ||
IN SHORT | Right, | ||
IN SHORT | Bottom | ||
) |
Definition at line 351 of file partlist.c.
Referenced by SelectPartitionPage().
Definition at line 148 of file partlist.c.
Referenced by CheckFileSystemPage(), DeletePartitionPage(), FormatPartitionPage(), PrintPartitionData(), and SelectFileSystemPage().
VOID ScrollDownPartitionList | ( | IN PPARTLIST_UI | ListUi | ) |
Definition at line 837 of file partlist.c.
Referenced by SelectPartitionPage().
VOID ScrollUpPartitionList | ( | IN PPARTLIST_UI | ListUi | ) |
Definition at line 850 of file partlist.c.
Referenced by SelectPartitionPage().