ReactOS
0.4.15-dev-5618-g8866b9d
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS (WINAPI *pCreateNlsSecurityDescriptor)(_Out_ PSECURITY_DESCRIPTOR SecurityDescriptor | |
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 61 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 117 of file nls.c.
Referenced by BaseInitializeStaticServerData().
Definition at line 374 of file nls.c.
CSR_API | ( | BaseSrvNlsCreateSection | ) |
Definition at line 162 of file nls.c.
CSR_API | ( | BaseSrvNlsGetUserInfo | ) |
Definition at line 340 of file nls.c.
Definition at line 40 of file nls.c.
Referenced by CreateNlsSecurityDescriptor().
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 43 of file nls.c.
Referenced by BaseSrvDelayLoadKernel32().
Definition at line 40 of file nls.c.
Referenced by CreateNlsDirectorySecurity(), CreateNlsSecurityDescriptor(), EfiGetMemoryMap(), KspPinPropertyHandler(), KspValidateConnectRequest(), MmFwGetMemoryMap(), NvNetFreeAdapter(), RtlpSysVolCheckOwnerAndSecurity(), and SeCaptureSecurityDescriptor().
RTL_CRITICAL_SECTION NlsCacheCriticalSection |
Definition at line 20 of file nls.c.
Referenced by BaseSrvNLSInit(), and CSR_API().
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 |