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

Go to the source code of this file.

Functions

NTSTATUS FASTCALL InitSessionImpl (VOID)
 

Variables

PRTL_ATOM_TABLE gAtomTable = NULL
 

Function Documentation

◆ InitSessionImpl()

NTSTATUS FASTCALL InitSessionImpl ( VOID  )

Definition at line 18 of file session.c.

19{
20 return RtlCreateAtomTable(37, &gAtomTable);
21}
NTSYSAPI NTSTATUS NTAPI RtlCreateAtomTable(_In_ ULONG TableSize, _Inout_ PRTL_ATOM_TABLE *AtomTable)
PRTL_ATOM_TABLE gAtomTable
Definition: session.c:13

Referenced by InitUserImpl().

Variable Documentation

◆ gAtomTable