mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:03:13 +00:00
[FORMATTING]
No code changes! svn path=/trunk/; revision=63168
This commit is contained in:
parent
2ed05c2f8f
commit
921ed79298
2 changed files with 2677 additions and 2578 deletions
File diff suppressed because it is too large
Load diff
|
@ -181,44 +181,58 @@ typedef struct
|
||||||
} BIOS_DISK, *PBIOS_DISK;
|
} BIOS_DISK, *PBIOS_DISK;
|
||||||
|
|
||||||
PPARTLIST
|
PPARTLIST
|
||||||
CreatePartitionList (SHORT Left,
|
CreatePartitionList(
|
||||||
|
SHORT Left,
|
||||||
SHORT Top,
|
SHORT Top,
|
||||||
SHORT Right,
|
SHORT Right,
|
||||||
SHORT Bottom);
|
SHORT Bottom);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
DestroyPartitionList (PPARTLIST List);
|
DestroyPartitionList(
|
||||||
|
PPARTLIST List);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
DrawPartitionList (PPARTLIST List);
|
DrawPartitionList(
|
||||||
|
PPARTLIST List);
|
||||||
|
|
||||||
DWORD
|
DWORD
|
||||||
SelectPartition(PPARTLIST List, ULONG DiskNumber, ULONG PartitionNumber);
|
SelectPartition(
|
||||||
|
PPARTLIST List,
|
||||||
|
ULONG DiskNumber,
|
||||||
|
ULONG PartitionNumber);
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
SetMountedDeviceValues(PPARTLIST List);
|
SetMountedDeviceValues(
|
||||||
|
PPARTLIST List);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
ScrollDownPartitionList (PPARTLIST List);
|
ScrollDownPartitionList(
|
||||||
|
PPARTLIST List);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
ScrollUpPartitionList (PPARTLIST List);
|
ScrollUpPartitionList(
|
||||||
|
PPARTLIST List);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
CreateNewPartition (PPARTLIST List,
|
CreateNewPartition(
|
||||||
|
PPARTLIST List,
|
||||||
ULONGLONG PartitionSize,
|
ULONGLONG PartitionSize,
|
||||||
BOOLEAN AutoCreate);
|
BOOLEAN AutoCreate);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
DeleteCurrentPartition (PPARTLIST List);
|
DeleteCurrentPartition(
|
||||||
|
PPARTLIST List);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
CheckActiveBootPartition (PPARTLIST List);
|
CheckActiveBootPartition(
|
||||||
|
PPARTLIST List);
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
CheckForLinuxFdiskPartitions (PPARTLIST List);
|
CheckForLinuxFdiskPartitions(
|
||||||
|
PPARTLIST List);
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
WritePartitionsToDisk (PPARTLIST List);
|
WritePartitionsToDisk(
|
||||||
|
PPARTLIST List);
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue