ReactOS
0.4.15-dev-6656-gbbb33a6
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
}
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
SmpCheckForCrashDump
BOOLEAN NTAPI SmpCheckForCrashDump(IN PUNICODE_STRING FileName)
Definition:
crashdmp.c:20
FALSE
#define FALSE
Definition:
types.h:117
smss.h
_FileName
Definition:
filecomp.c:348
_UNICODE_STRING
Definition:
env_spec_w32.h:368
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IN
#define IN
Definition:
typedefs.h:39
base
system
smss
crashdmp.c
Generated on Fri Sep 22 2023 06:02:24 for ReactOS by
1.9.6