ReactOS 0.4.15-dev-7994-gb388cb6
_BASE_STATIC_SERVER_DATA Struct Reference

#include <base.h>

Collaboration diagram for _BASE_STATIC_SERVER_DATA:

Public Attributes

UNICODE_STRING WindowsDirectory
 
UNICODE_STRING WindowsSystemDirectory
 
UNICODE_STRING NamedObjectDirectory
 
USHORT WindowsMajorVersion
 
USHORT WindowsMinorVersion
 
USHORT BuildNumber
 
USHORT CSDNumber
 
USHORT RCNumber
 
WCHAR CSDVersion [128]
 
SYSTEM_BASIC_INFORMATION SysInfo
 
SYSTEM_TIMEOFDAY_INFORMATION TimeOfDay
 
PVOID IniFileMapping
 
NLS_USER_INFO NlsUserInfo
 
BOOLEAN DefaultSeparateVDM
 
BOOLEAN IsWowTaskReady
 
UNICODE_STRING WindowsSys32x86Directory
 
BOOLEAN fTermsrvAppInstallMode
 
TIME_ZONE_INFORMATION tziTermsrvClientTimeZone
 
KSYSTEM_TIME ktTermsrvClientBias
 
ULONG TermsrvClientTimeZoneId
 
BOOLEAN LUIDDeviceMapsEnabled
 
ULONG TermsrvClientTimeZoneChangeNum
 

Detailed Description

Definition at line 119 of file base.h.

Member Data Documentation

◆ BuildNumber

USHORT _BASE_STATIC_SERVER_DATA::BuildNumber

Definition at line 126 of file base.h.

◆ CSDNumber

USHORT _BASE_STATIC_SERVER_DATA::CSDNumber

Definition at line 127 of file base.h.

Referenced by BaseInitializeStaticServerData().

◆ CSDVersion

WCHAR _BASE_STATIC_SERVER_DATA::CSDVersion[128]

Definition at line 129 of file base.h.

Referenced by BaseInitializeStaticServerData().

◆ DefaultSeparateVDM

BOOLEAN _BASE_STATIC_SERVER_DATA::DefaultSeparateVDM

Definition at line 134 of file base.h.

Referenced by BaseInitializeStaticServerData(), and CreateProcessInternalW().

◆ fTermsrvAppInstallMode

BOOLEAN _BASE_STATIC_SERVER_DATA::fTermsrvAppInstallMode

Definition at line 137 of file base.h.

◆ IniFileMapping

PVOID _BASE_STATIC_SERVER_DATA::IniFileMapping

Definition at line 132 of file base.h.

◆ IsWowTaskReady

BOOLEAN _BASE_STATIC_SERVER_DATA::IsWowTaskReady

Definition at line 135 of file base.h.

Referenced by BaseInitializeStaticServerData(), and CreateProcessInternalW().

◆ ktTermsrvClientBias

KSYSTEM_TIME _BASE_STATIC_SERVER_DATA::ktTermsrvClientBias

◆ LUIDDeviceMapsEnabled

BOOLEAN _BASE_STATIC_SERVER_DATA::LUIDDeviceMapsEnabled

◆ NamedObjectDirectory

UNICODE_STRING _BASE_STATIC_SERVER_DATA::NamedObjectDirectory

Definition at line 123 of file base.h.

Referenced by BaseGetNamedObjectDirectory(), and BaseInitializeStaticServerData().

◆ NlsUserInfo

NLS_USER_INFO _BASE_STATIC_SERVER_DATA::NlsUserInfo

Definition at line 133 of file base.h.

◆ RCNumber

USHORT _BASE_STATIC_SERVER_DATA::RCNumber

Definition at line 128 of file base.h.

Referenced by BaseInitializeStaticServerData().

◆ SysInfo

◆ TermsrvClientTimeZoneChangeNum

ULONG _BASE_STATIC_SERVER_DATA::TermsrvClientTimeZoneChangeNum

Definition at line 142 of file base.h.

Referenced by BaseInitializeStaticServerData().

◆ TermsrvClientTimeZoneId

ULONG _BASE_STATIC_SERVER_DATA::TermsrvClientTimeZoneId

Definition at line 140 of file base.h.

Referenced by BaseInitializeStaticServerData(), and IsTimeZoneRedirectionEnabled().

◆ TimeOfDay

SYSTEM_TIMEOFDAY_INFORMATION _BASE_STATIC_SERVER_DATA::TimeOfDay

Definition at line 131 of file base.h.

Referenced by BaseInitializeStaticServerData().

◆ tziTermsrvClientTimeZone

TIME_ZONE_INFORMATION _BASE_STATIC_SERVER_DATA::tziTermsrvClientTimeZone

Definition at line 138 of file base.h.

◆ WindowsDirectory

UNICODE_STRING _BASE_STATIC_SERVER_DATA::WindowsDirectory

Definition at line 121 of file base.h.

Referenced by BaseInitializeStaticServerData(), and DllMain().

◆ WindowsMajorVersion

USHORT _BASE_STATIC_SERVER_DATA::WindowsMajorVersion

Definition at line 124 of file base.h.

◆ WindowsMinorVersion

USHORT _BASE_STATIC_SERVER_DATA::WindowsMinorVersion

Definition at line 125 of file base.h.

◆ WindowsSys32x86Directory

UNICODE_STRING _BASE_STATIC_SERVER_DATA::WindowsSys32x86Directory

Definition at line 136 of file base.h.

Referenced by BaseInitializeStaticServerData().

◆ WindowsSystemDirectory

UNICODE_STRING _BASE_STATIC_SERVER_DATA::WindowsSystemDirectory

Definition at line 122 of file base.h.

Referenced by BaseInitializeStaticServerData(), and DllMain().


The documentation for this struct was generated from the following file: