ReactOS 0.4.16-dev-753-g705a985
|
#include "precomp.h"
#include "ntverrsrc.h"
#include "bldrsup.h"
#include "filesup.h"
#include "genlist.h"
#include "partlist.h"
#include "arcname.h"
#include "osdetect.h"
#include <debug.h>
Go to the source code of this file.
Classes | |
struct | _ENUM_INSTALLS_DATA |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _ENUM_INSTALLS_DATA | ENUM_INSTALLS_DATA |
typedef struct _ENUM_INSTALLS_DATA * | PENUM_INSTALLS_DATA |
Variables | |
static const PCWSTR | KnownVendors [] = { VENDOR_REACTOS, VENDOR_MICROSOFT } |
#define NDEBUG |
Definition at line 22 of file osdetect.c.
typedef struct _ENUM_INSTALLS_DATA * PENUM_INSTALLS_DATA |
|
static |
Definition at line 613 of file osdetect.c.
Referenced by EnumerateInstallations().
|
static |
Definition at line 247 of file osdetect.c.
Referenced by IsValidNTOSInstallationByHandle().
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().
|
static |
Definition at line 68 of file osdetect.c.
Referenced by FindNTOSInstallations().
|
static |
Definition at line 569 of file osdetect.c.
Referenced by AddNTOSInstallation(), and EnumerateInstallations().
|
static |
Definition at line 683 of file osdetect.c.
Referenced by CreateNTOSInstallationsList().
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().
|
static |
Definition at line 504 of file osdetect.c.
Referenced by EnumerateInstallations().
|
static |
Definition at line 350 of file osdetect.c.
Referenced by IsValidNTOSInstallation().
|
static |
Definition at line 29 of file osdetect.c.
Referenced by IsValidNTOSInstallationByHandle().