ReactOS
0.4.15-dev-1619-g69dffed
|
#include <stdio.h>
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wincon.h>
#include <conutils.h>
#include <ndk/cmfuncs.h>
#include <ndk/exfuncs.h>
#include <ndk/iofuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/mmfuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
#include <ndk/setypes.h>
#include <ndk/umfuncs.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _COMMAND |
struct | _PARTENTRY |
struct | _BIOSDISKENTRY |
struct | _DISKENTRY |
Macros | |
#define | WIN32_NO_STATUS |
#define | NTOS_MODE_USER |
#define | MAX_STRING_SIZE 1024 |
#define | MAX_ARGS_COUNT 256 |
Typedefs | |
typedef struct _COMMAND | COMMAND |
typedef struct _COMMAND * | PCOMMAND |
typedef enum _FORMATSTATE | FORMATSTATE |
typedef enum _FORMATSTATE * | PFORMATSTATE |
typedef struct _PARTENTRY | PARTENTRY |
typedef struct _PARTENTRY * | PPARTENTRY |
typedef struct _BIOSDISKENTRY | BIOSDISKENTRY |
typedef struct _BIOSDISKENTRY * | PBIOSDISKENTRY |
typedef struct _DISKENTRY | DISKENTRY |
typedef struct _DISKENTRY * | PDISKENTRY |
Enumerations | |
enum | _FORMATSTATE { Unformatted, UnformattedOrDamaged, UnknownFormat, Preformatted, Formatted, Unformatted, UnformattedOrDamaged, UnknownFormat, Preformatted, Formatted } |
Variables | |
COMMAND | cmds [] |
LIST_ENTRY | DiskListHead |
LIST_ENTRY | BiosDiskListHead |
PDISKENTRY | CurrentDisk |
PPARTENTRY | CurrentPartition |
#define MAX_ARGS_COUNT 256 |
Definition at line 70 of file diskpart.h.
#define MAX_STRING_SIZE 1024 |
Definition at line 69 of file diskpart.h.
#define NTOS_MODE_USER |
Definition at line 35 of file diskpart.h.
#define WIN32_NO_STATUS |
Definition at line 17 of file diskpart.h.
typedef struct _BIOSDISKENTRY BIOSDISKENTRY |
typedef struct _DISKENTRY DISKENTRY |
typedef enum _FORMATSTATE FORMATSTATE |
typedef struct _PARTENTRY PARTENTRY |
typedef struct _BIOSDISKENTRY * PBIOSDISKENTRY |
typedef struct _DISKENTRY * PDISKENTRY |
typedef enum _FORMATSTATE * PFORMATSTATE |
typedef struct _PARTENTRY * PPARTENTRY |
Enumerator | |
---|---|
Unformatted | |
UnformattedOrDamaged | |
UnknownFormat | |
Preformatted | |
Formatted | |
Unformatted | |
UnformattedOrDamaged | |
UnknownFormat | |
Preformatted | |
Formatted |
Definition at line 73 of file diskpart.h.
Definition at line 11 of file attributes.c.
Definition at line 11 of file automount.c.
Definition at line 2026 of file partlist.c.
Referenced by LoadSetupData(), rescan_main(), SelectPartitionPage(), UpgradeRepairPage(), and wmain().
Definition at line 1120 of file partlist.c.
Definition at line 11 of file filesystems.c.
Definition at line 11 of file inactive.c.
Definition at line 11 of file uniqueid.c.
LIST_ENTRY BiosDiskListHead |
Definition at line 71 of file partlist.c.
Referenced by AddDiskToList(), CreatePartitionList(), DestroyPartitionList(), and EnumerateBiosDiskEntries().
COMMAND cmds[] |
Definition at line 21 of file main.c.
Referenced by DoCommand(), handle_arrow_key(), handle_edit_event(), help_cmdlist(), help_main(), InterpretCmd(), PrintCommandList(), test_ioctlsocket(), test_OleCommandTarget(), and wmain().
PDISKENTRY CurrentDisk |
Definition at line 73 of file partlist.c.
Referenced by CreatePartitionList(), DestroyPartitionList(), GetNextPartition(), GetPrevPartition(), ListDisk(), ListPartition(), SelectDisk(), and SelectPartition().
PPARTENTRY CurrentPartition |
Definition at line 74 of file partlist.c.
Referenced by CreatePartitionList(), and DestroyPartitionList().
LIST_ENTRY DiskListHead |
Definition at line 70 of file partlist.c.
Referenced by AddDiskToList(), CreatePartitionList(), DestroyPartitionList(), ListDisk(), and SelectDisk().