mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:43:25 +00:00
[SETUPLIB][USETUP] Finish unification of extended and primary/logical partitions
See commitsebcf3cf38
andc9c6902f0
(PR #5837) In addition, correctly set the type of extended partition being used, depending on whether it is contained below or above the 1024-cylinder boundary (tested on NT).
This commit is contained in:
parent
cd88a97115
commit
99f0937fd0
3 changed files with 149 additions and 151 deletions
|
@ -313,13 +313,8 @@ BOOLEAN
|
|||
CreatePartition(
|
||||
_In_ PPARTLIST List,
|
||||
_Inout_ PPARTENTRY PartEntry,
|
||||
_In_opt_ ULONGLONG SizeBytes);
|
||||
|
||||
BOOLEAN
|
||||
CreateExtendedPartition(
|
||||
_In_ PPARTLIST List,
|
||||
_Inout_ PPARTENTRY PartEntry,
|
||||
_In_opt_ ULONGLONG SizeBytes);
|
||||
_In_opt_ ULONGLONG SizeBytes,
|
||||
_In_opt_ ULONG_PTR PartitionInfo);
|
||||
|
||||
NTSTATUS
|
||||
DismountVolume(
|
||||
|
@ -327,9 +322,9 @@ DismountVolume(
|
|||
|
||||
BOOLEAN
|
||||
DeletePartition(
|
||||
IN PPARTLIST List,
|
||||
IN PPARTENTRY PartEntry,
|
||||
OUT PPARTENTRY* FreeRegion OPTIONAL);
|
||||
_In_ PPARTLIST List,
|
||||
_In_ PPARTENTRY PartEntry,
|
||||
_Out_opt_ PPARTENTRY* FreeRegion);
|
||||
|
||||
PPARTENTRY
|
||||
FindSupportedSystemPartition(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue