ReactOS 0.4.15-dev-7131-ge4d03f4
|
#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 609 of file osdetect.c.
Referenced by EnumerateInstallations().
|
static |
Definition at line 243 of file osdetect.c.
Referenced by IsValidNTOSInstallationByHandle().
PGENERIC_LIST CreateNTOSInstallationsList | ( | IN PPARTLIST | PartList | ) |
Definition at line 777 of file osdetect.c.
Referenced by LoadSetupData(), and UpgradeRepairPage().
|
static |
Definition at line 70 of file osdetect.c.
Referenced by FindNTOSInstallations().
|
static |
Definition at line 565 of file osdetect.c.
Referenced by AddNTOSInstallation(), and EnumerateInstallations().
|
static |
Definition at line 682 of file osdetect.c.
Referenced by CreateNTOSInstallationsList().
Definition at line 217 of file osdetect.c.
Referenced by IsValidNTOSInstallationByHandle().
|
static |
Definition at line 500 of file osdetect.c.
Referenced by EnumerateInstallations().
|
static |
Definition at line 346 of file osdetect.c.
Referenced by IsValidNTOSInstallation().
FORCEINLINE BOOLEAN ShouldICheckThisPartition | ( | IN PPARTENTRY | PartEntry | ) |
Definition at line 763 of file osdetect.c.
Referenced by CreateNTOSInstallationsList().
|
static |
Definition at line 29 of file osdetect.c.
Referenced by IsValidNTOSInstallationByHandle().