ReactOS 0.4.15-dev-7842-g558ab78
rtlexcpt.c File Reference
#include <ntoskrnl.h>
#include <debug.h>
Include dependency graph for rtlexcpt.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

BOOLEAN NTAPI RtlpCaptureStackLimits (IN ULONG_PTR Ebp, IN ULONG_PTR *StackBegin, IN ULONG_PTR *StackEnd)
 
ULONG NTAPI RtlWalkFrameChain (OUT PVOID *Callers, IN ULONG Count, IN ULONG Flags)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 12 of file rtlexcpt.c.

Function Documentation

◆ RtlpCaptureStackLimits()

BOOLEAN NTAPI RtlpCaptureStackLimits ( IN ULONG_PTR  Ebp,
IN ULONG_PTR StackBegin,
IN ULONG_PTR StackEnd 
)

Definition at line 19 of file rtlexcpt.c.

22{
24 return 0;
25}
#define UNIMPLEMENTED
Definition: debug.h:115

◆ RtlWalkFrameChain()

ULONG NTAPI RtlWalkFrameChain ( OUT PVOID Callers,
IN ULONG  Count,
IN ULONG  Flags 
)

Definition at line 32 of file rtlexcpt.c.

35{
37 return 0;
38}