ReactOS 0.4.16-dev-295-g4aee028
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | PRODUCT_TAG 'iPtR' |
Functions | |
ULONG NTAPI | RtlGetNtGlobalFlags (VOID) |
NTSTATUS NTAPI | RtlGetVersion (IN OUT PRTL_OSVERSIONINFOW lpVersionInformation) |
BOOLEAN NTAPI | RtlGetNtProductType (OUT PNT_PRODUCT_TYPE ProductType) |
Retrieves the NT type product of the operating system. This is the kernel-mode variant of this function. | |
VOID FASTCALL | RtlPrefetchMemoryNonTemporal (IN PVOID Source, IN SIZE_T Length) |
Variables | |
ULONG | NtGlobalFlag |
ULONG | NtMajorVersion |
ULONG | NtMinorVersion |
ULONG | NtOSCSDVersion |
Definition at line 31 of file misc.c.
Referenced by FatalExit(), RtlAssert(), RtlCreateHeap(), and RtlCreateUserProcess().
BOOLEAN NTAPI RtlGetNtProductType | ( | OUT PNT_PRODUCT_TYPE | ProductType | ) |
Retrieves the NT type product of the operating system. This is the kernel-mode variant of this function.
[out] | ProductType | The NT type product enumeration value returned by the call. |
Definition at line 87 of file misc.c.
NTSTATUS NTAPI RtlGetVersion | ( | IN OUT PRTL_OSVERSIONINFOW | lpVersionInformation | ) |
Definition at line 41 of file misc.c.
Definition at line 214 of file misc.c.
Referenced by KiInitMachineDependent(), and START_TEST().
|
extern |
Definition at line 54 of file init.c.
Referenced by AVrfDllLoadNotification(), AVrfDllUnloadNotification(), ExpInitializeExecutive(), KdDebuggerInitialize1(), KdpReport(), MiLoadImageSection(), MmCreatePeb(), MmLoadSystemImage(), ObReferenceFileObjectForWrite(), QSI_DEF(), RtlGetNtGlobalFlags(), RtlSetProcessIsCritical(), RtlSetThreadIsCritical(), and SSI_DEF().
|
extern |
Definition at line 45 of file init.c.
Referenced by ExpInitializeExecutive(), MmCreatePeb(), PsGetVersion(), and RtlGetVersion().
|
extern |
Definition at line 46 of file init.c.
Referenced by ExpInitializeExecutive(), MmCreatePeb(), PsGetVersion(), and RtlGetVersion().
|
extern |