ReactOS 0.4.15-dev-7924-g5949c20
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
14
15/* FUNCTIONS *******************************************************************/
16
19{
20 return RtlCreateAtomTable(37, &gAtomTable);
21}
22
LONG NTSTATUS
Definition: precomp.h:26
#define NULL
Definition: types.h:112
struct atom_table ** PRTL_ATOM_TABLE
Definition: atom.c:43
NTSYSAPI NTSTATUS NTAPI RtlCreateAtomTable(_In_ ULONG TableSize, _Inout_ PRTL_ATOM_TABLE *AtomTable)
#define FASTCALL
Definition: nt_native.h:50
NTSTATUS FASTCALL InitSessionImpl(VOID)
Definition: session.c:18
PRTL_ATOM_TABLE gAtomTable
Definition: session.c:13