ReactOS 0.4.16-dev-598-gc07fba4
|
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 NTAPI | 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 NTAPI | FindSubStrI (_In_ PCWSTR str, _In_ PCWSTR strSearch) |
Finds the first occurrence of a sub-string 'strSearch' inside 'str', using case-insensitive comparisons. | |
#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 NTAPI 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 768 of file osdetect.c.
Referenced by LoadSetupData(), and UpgradeRepairPage().
Finds the first occurrence of a sub-string 'strSearch' inside 'str', using case-insensitive comparisons.
Definition at line 219 of file osdetect.c.
Referenced by IsValidNTOSInstallationByHandle().