ReactOS
0.4.15-dev-4616-g17e0e44
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | BaseSrvDelayLoadKernel32 (VOID) |
VOID NTAPI | BaseSrvNLSInit (IN PBASE_STATIC_SERVER_DATA StaticData) |
NTSTATUS NTAPI | BaseSrvNlsConnect (IN PCSR_PROCESS CsrProcess, IN OUT PVOID ConnectionInfo, IN OUT PULONG ConnectionInfoLength) |
CSR_API (BaseSrvNlsSetUserInfo) | |
CSR_API (BaseSrvNlsSetMultipleUserInfo) | |
CSR_API (BaseSrvNlsCreateSection) | |
CSR_API (BaseSrvNlsUpdateCacheCount) | |
CSR_API (BaseSrvNlsGetUserInfo) | |
NTSTATUS NTAPI | BaseSrvNlsLogon (DWORD Unknown) |
NTSTATUS NTAPI | BaseSrvNlsUpdateRegistryCache (DWORD Unknown1, DWORD Unknown2) |
Definition at line 56 of file nls.c.
Referenced by CSR_API().
NTSTATUS NTAPI BaseSrvNlsConnect | ( | IN PCSR_PROCESS | CsrProcess, |
IN OUT PVOID | ConnectionInfo, | ||
IN OUT PULONG | ConnectionInfoLength | ||
) |
VOID NTAPI BaseSrvNLSInit | ( | IN PBASE_STATIC_SERVER_DATA | StaticData | ) |
Definition at line 112 of file nls.c.
Referenced by BaseInitializeStaticServerData().
Definition at line 370 of file nls.c.
CSR_API | ( | BaseSrvNlsCreateSection | ) |
Definition at line 157 of file nls.c.
CSR_API | ( | BaseSrvNlsGetUserInfo | ) |
Definition at line 336 of file nls.c.
BOOLEAN BaseSrvKernel32DelayLoadComplete |
Definition at line 23 of file nls.c.
Referenced by BaseSrvDelayLoadKernel32().
HANDLE BaseSrvKernel32DllHandle |
Definition at line 24 of file nls.c.
Referenced by BaseSrvDelayLoadKernel32().
UNICODE_STRING BaseSrvKernel32DllPath |
Definition at line 25 of file nls.c.
Referenced by BaseInitializeStaticServerData(), and BaseSrvDelayLoadKernel32().
BASESRV_KERNEL_IMPORTS BaseSrvKernel32Imports[10] |
Definition at line 38 of file nls.c.
Referenced by BaseSrvDelayLoadKernel32().
RTL_CRITICAL_SECTION NlsCacheCriticalSection |
Definition at line 20 of file nls.c.
Referenced by BaseSrvNLSInit(), and CSR_API().
PCREATE_NLS_SECURTY_DESCRIPTOR pCreateNlsSecurityDescriptor |
PGET_CP_FILE_NAME_FROM_REGISTRY pGetCPFileNameFromRegistry |
PGET_NLS_SECTION_NAME pGetNlsSectionName |
PNLS_USER_INFO pNlsRegUserInfo |
Definition at line 21 of file nls.c.
Referenced by BaseSrvNLSInit(), and CSR_API().
POPEN_DATA_FILE pOpenDataFile |
PVALIDATE_LOCALE pValidateLocale |