ReactOS
0.4.16-dev-36-g301675c
session.c
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS kernel
4
* PURPOSE: Session stuff
5
* FILE: win32ss/user/ntuser/session.c
6
* PROGRAMER: Gunnar
7
*/
8
9
#include <
win32k.h
>
10
11
/* GLOBALS *******************************************************************/
12
13
PRTL_ATOM_TABLE
gAtomTable
=
NULL
;
14
15
/* FUNCTIONS *******************************************************************/
16
17
NTSTATUS
FASTCALL
18
InitSessionImpl
(
VOID
)
19
{
20
return
RtlCreateAtomTable
(37, &
gAtomTable
);
21
}
22
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
NULL
#define NULL
Definition:
types.h:112
void
Definition:
nsiface.idl:2307
PRTL_ATOM_TABLE
struct atom_table ** PRTL_ATOM_TABLE
Definition:
atom.c:43
RtlCreateAtomTable
NTSYSAPI NTSTATUS NTAPI RtlCreateAtomTable(_In_ ULONG TableSize, _Inout_ PRTL_ATOM_TABLE *AtomTable)
FASTCALL
#define FASTCALL
Definition:
nt_native.h:50
win32k.h
InitSessionImpl
NTSTATUS FASTCALL InitSessionImpl(VOID)
Definition:
session.c:18
gAtomTable
PRTL_ATOM_TABLE gAtomTable
Definition:
session.c:13
win32ss
user
ntuser
session.c
Generated on Mon Sep 16 2024 06:15:09 for ReactOS by
1.9.6