ReactOS
0.4.15-dev-5606-gf34e425
crashdmp.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Windows-Compatible Session Manager
3
* LICENSE: BSD 2-Clause License
4
* FILE: base/system/smss/crashdmp.c
5
* PURPOSE: Main SMSS Code
6
* PROGRAMMERS: Alex Ionescu
7
*/
8
9
/* INCLUDES *******************************************************************/
10
11
#include "
smss.h
"
12
13
#define NDEBUG
14
#include <debug.h>
15
16
/* FUNCTIONS ******************************************************************/
17
18
BOOLEAN
19
NTAPI
20
SmpCheckForCrashDump
(
IN
PUNICODE_STRING
FileName
)
21
{
22
return
FALSE
;
23
}
IN
#define IN
Definition:
typedefs.h:39
NTAPI
NTSTATUS(* NTAPI)(IN PFILE_FULL_EA_INFORMATION EaBuffer, IN ULONG EaLength, OUT PULONG ErrorOffset)
Definition:
IoEaTest.cpp:117
FALSE
#define FALSE
Definition:
types.h:117
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
_FileName
Definition:
filecomp.c:347
SmpCheckForCrashDump
BOOLEAN NTAPI SmpCheckForCrashDump(IN PUNICODE_STRING FileName)
Definition:
crashdmp.c:20
_UNICODE_STRING
Definition:
env_spec_w32.h:368
smss.h
base
system
smss
crashdmp.c
Generated on Thu Jan 26 2023 06:05:15 for ReactOS by
1.8.15