ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | _NTOS_INSTALLATION |
Macros | |
#define | VENDOR_REACTOS L"ReactOS" |
#define | VENDOR_MICROSOFT L"Microsoft" |
Typedefs | |
typedef struct _NTOS_INSTALLATION | NTOS_INSTALLATION |
typedef struct _NTOS_INSTALLATION * | PNTOS_INSTALLATION |
Functions | |
PGENERIC_LIST | CreateNTOSInstallationsList (_In_ PPARTLIST PartList) |
Create a list of available NT OS installations on the computer, by searching for recognized ones on each recognized storage volume. | |
PCWSTR | FindSubStrI (PCWSTR str, PCWSTR strSearch) |
#define VENDOR_MICROSOFT L"Microsoft" |
Definition at line 13 of file osdetect.h.
#define VENDOR_REACTOS L"ReactOS" |
Definition at line 12 of file osdetect.h.
typedef struct _NTOS_INSTALLATION * PNTOS_INSTALLATION |
PGENERIC_LIST CreateNTOSInstallationsList | ( | _In_ PPARTLIST | PartList | ) |
Create a list of available NT OS installations on the computer, by searching for recognized ones on each recognized storage volume.
Definition at line 763 of file osdetect.c.
Referenced by LoadSetupData(), and UpgradeRepairPage().
Definition at line 217 of file osdetect.c.
Referenced by IsValidNTOSInstallationByHandle().