ReactOS 0.4.15-dev-7961-gdcf9eb0
ntoskrnl.h File Reference
#include <psdk/ntverp.h>
#include <excpt.h>
#include <ntdef.h>
#include <ntifs.h>
#include <wdmguid.h>
#include <diskguid.h>
#include <arc/arc.h>
#include <mountmgr.h>
#include <ndk/asm.h>
#include <ndk/cctypes.h>
#include <ndk/cmfuncs.h>
#include <ndk/dbgkfuncs.h>
#include <ndk/exfuncs.h>
#include <ndk/halfuncs.h>
#include <ndk/inbvfuncs.h>
#include <ndk/iofuncs.h>
#include <ndk/kdfuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/ldrfuncs.h>
#include <ndk/lpcfuncs.h>
#include <ndk/mmfuncs.h>
#include <ndk/muptypes.h>
#include <ndk/obfuncs.h>
#include <ndk/pofuncs.h>
#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
#include <ndk/sefuncs.h>
#include <ndk/vftypes.h>
#include <regstr.h>
#include <ntstrsafe.h>
#include <ntpoapi.h>
#include <ntintsafe.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <malloc.h>
#include <wchar.h>
#include <pseh/pseh2.h>
#include <arc/setupblk.h>
#include <windbgkd.h>
#include <wdbgexts.h>
#include <kddll.h>
#include <umpnpmgr/sysguid.h>
#include <srmp.h>
#include "config.h"
#include "internal/ntoskrnl.h"
#include <reactos/probe.h>
#include "internal/probe.h"
#include "resource.h"
#include "internal/ps_i.h"

Go to the source code of this file.

Macros

#define _REALLY_GET_CALLERS_CALLER
 
#define NTHALAPI   __declspec(dllimport)
 
#define TEXT(s)   L##s
 
#define _IN_KERNEL_
 
#define ENABLE_INTSAFE_SIGNED_FUNCTIONS
 
#define NOEXTAPI
 
#define ExRaiseStatus   RtlRaiseStatus
 
#define Add2Ptr(P, I)   ((PVOID)((PUCHAR)(P) + (I)))
 
#define PtrOffset(B, O)   ((ULONG)((ULONG_PTR)(O) - (ULONG_PTR)(B)))
 
#define MAX_WIN32_PATH   260
 

Functions

 C_ASSERT (MAX_WIN32_PATH==MAX_PATH)
 

Macro Definition Documentation

◆ _IN_KERNEL_

#define _IN_KERNEL_

Definition at line 65 of file ntoskrnl.h.

◆ _REALLY_GET_CALLERS_CALLER

#define _REALLY_GET_CALLERS_CALLER

Definition at line 31 of file ntoskrnl.h.

◆ Add2Ptr

#define Add2Ptr (   P,
  I 
)    ((PVOID)((PUCHAR)(P) + (I)))

Definition at line 118 of file ntoskrnl.h.

◆ ENABLE_INTSAFE_SIGNED_FUNCTIONS

#define ENABLE_INTSAFE_SIGNED_FUNCTIONS

Definition at line 70 of file ntoskrnl.h.

◆ ExRaiseStatus

#define ExRaiseStatus   RtlRaiseStatus

Definition at line 114 of file ntoskrnl.h.

◆ MAX_WIN32_PATH

#define MAX_WIN32_PATH   260

Definition at line 125 of file ntoskrnl.h.

◆ NOEXTAPI

#define NOEXTAPI

Definition at line 88 of file ntoskrnl.h.

◆ NTHALAPI

#define NTHALAPI   __declspec(dllimport)

Definition at line 40 of file ntoskrnl.h.

◆ PtrOffset

#define PtrOffset (   B,
  O 
)    ((ULONG)((ULONG_PTR)(O) - (ULONG_PTR)(B)))

Definition at line 121 of file ntoskrnl.h.

◆ TEXT

#define TEXT (   s)    L##s

Definition at line 63 of file ntoskrnl.h.

Function Documentation

◆ C_ASSERT()

C_ASSERT ( MAX_WIN32_PATH  = =MAX_PATH)