mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[SETUPLIB][USETUP] Additional partition validity checks.
Always perform the partition validity checks when creating new primary/extended/logical partitions, and also when a new partition is automatically created when unpartitioned space is selected for ReactOS installation. CORE-12246
This commit is contained in:
parent
2d320f5a8d
commit
70fa2e2eb4
3 changed files with 65 additions and 19 deletions
|
@ -284,18 +284,18 @@ PPARTENTRY
|
|||
GetPrevPartition(
|
||||
IN PPARTLIST List);
|
||||
|
||||
VOID
|
||||
BOOLEAN
|
||||
CreatePrimaryPartition(
|
||||
IN PPARTLIST List,
|
||||
IN ULONGLONG SectorCount,
|
||||
IN BOOLEAN AutoCreate);
|
||||
|
||||
VOID
|
||||
BOOLEAN
|
||||
CreateExtendedPartition(
|
||||
IN PPARTLIST List,
|
||||
IN ULONGLONG SectorCount);
|
||||
|
||||
VOID
|
||||
BOOLEAN
|
||||
CreateLogicalPartition(
|
||||
IN PPARTLIST List,
|
||||
IN ULONGLONG SectorCount,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue