mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +00:00
[SETUPLIB] Retrieve and store the machine (architecture) ID of the discovered NTOS installations. Will be used later.
This commit is contained in:
parent
f41750ab7f
commit
e282ec39a2
2 changed files with 66 additions and 26 deletions
|
@ -16,8 +16,9 @@ typedef struct _NTOS_INSTALLATION
|
|||
{
|
||||
LIST_ENTRY ListEntry;
|
||||
// BOOLEAN IsDefault; // TRUE / FALSE whether this installation is marked as "default" in its corresponding loader configuration file.
|
||||
UNICODE_STRING SystemArcPath; // Normalized ARC path
|
||||
UNICODE_STRING SystemNtPath; // Corresponding NT path
|
||||
USHORT Machine; // Target architecture of the NTOS installation
|
||||
UNICODE_STRING SystemArcPath; // Normalized ARC path ("ArcSystemRoot")
|
||||
UNICODE_STRING SystemNtPath; // Corresponding NT path ("NtSystemRoot")
|
||||
PCWSTR PathComponent; // Pointer inside SystemNtPath.Buffer
|
||||
ULONG DiskNumber;
|
||||
ULONG PartitionNumber;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue