ReactOS 0.4.16-dev-1399-gaaed9f7
|
Go to the source code of this file.
Classes | |
struct | pseudo_console |
Macros | |
#define | HeapAlloc(heap, flags, size) RtlAllocateHeap(heap, flags, size) |
#define | HeapReAlloc(heap, flags, ptr, size) RtlReAllocateHeap(heap, flags, ptr, size) |
#define | HeapFree(heap, flags, ptr) RtlFreeHeap(heap, flags, ptr) |
Functions | |
WCHAR * | file_name_AtoW (LPCSTR name, BOOL alloc) |
DWORD | file_name_WtoA (LPCWSTR src, INT srclen, LPSTR dest, INT destlen) |
void | init_global_data (void) |
void | init_startup_info (RTL_USER_PROCESS_PARAMETERS *params) |
void | init_locale (HMODULE module) |
void | init_console (void) |
static BOOL | set_ntstatus (NTSTATUS status) |
Variables | |
const WCHAR | windows_dir [] |
const WCHAR | system_dir [] |
static const BOOL | is_win64 = (sizeof(void *) > sizeof(int)) |
BOOL | is_wow64 |
Definition at line 59 of file kernelbase.h.
Definition at line 61 of file kernelbase.h.
Definition at line 60 of file kernelbase.h.
Definition at line 411 of file file.c.
Referenced by CreateDirectoryA(), CreateFileA(), CreateHardLinkA(), CreateProcessInternalA(), DeleteFileA(), FindFirstChangeNotificationA(), FindFirstFileExA(), GetCompressedFileSizeA(), GetDiskFreeSpaceA(), GetDiskFreeSpaceExA(), GetDriveTypeA(), GetFileAttributesA(), GetFileAttributesExA(), GetFullPathNameA(), GetLongPathNameA(), GetModuleHandleExA(), GetTempFileNameA(), GetVolumeInformationA(), LoadLibraryExA(), NeedCurrentDirectoryForExePathA(), RemoveDirectoryA(), SearchPathA(), SetCurrentDirectoryA(), and SetFileAttributesA().
Definition at line 438 of file file.c.
Referenced by FindFirstFileExA(), FindNextFileA(), GetFinalPathNameByHandleA(), GetFullPathNameA(), GetMappedFileNameA(), GetModuleFileNameA(), GetTempFileNameA(), and GetVolumeInformationA().
Definition at line 2339 of file console.c.
Referenced by DllMain().
Definition at line 931 of file memory.c.
Referenced by DllMain().
Definition at line 1911 of file locale.c.
Referenced by DllMain().
void init_startup_info | ( | RTL_USER_PROCESS_PARAMETERS * | params | ) |
Definition at line 1306 of file process.c.
Referenced by DllMain().
Definition at line 52 of file kernelbase.h.
Definition at line 49 of file kernelbase.h.
Referenced by create_key(), create_vdm_process(), EnumProcessModulesEx(), get_classes_root_hkey(), GetModuleBaseNameW(), GetModuleFileNameExW(), GetModuleInformation(), GetSystemWow64DirectoryA(), GetSystemWow64DirectoryW(), module_iterator_next(), module_push_iter(), open_key(), open_subkey(), test_CoGetPSClsid(), test_register_typelib(), test_SHGetFolderPathA(), and test_stub().
|
extern |
Definition at line 38 of file main.c.
Referenced by __IsWow64Process(), _SHGetCurrentVersionPath(), _SHGetDefaultValue(), CoGetPSClsid(), create_vdm_process(), custom_start_server(), delete_component_path(), DllMain(), do_msidbCustomActionTypeDll(), EnumProcessModulesEx(), get_owner_company(), get_registry_view(), GetNativeSystemInfo(), GetSystemWow64DirectoryA(), GetSystemWow64DirectoryW(), IsOS(), open_key(), open_subkey(), reg_get_typelib_module(), RegisterTypeLib(), set_component_path(), START_TEST(), test_CoGetPSClsid(), test_create_env(), test_installprops(), test_IsWow64Process(), test_LBS_NODATA(), test_MsiGetProductProperty(), test_NtMapViewOfSection(), test_process_components(), test_publish(), test_publish_assemblies(), test_publish_features(), test_publish_product(), test_redirection(), test_register_font(), test_register_product(), test_register_typelib(), test_register_user(), test_RtlThreadErrorMode(), test_SHGetFolderPathA(), test_SHParseDisplayName(), test_stub(), test_SystemInfo(), test_thread_processor(), UnRegisterTypeLib(), and validate_package().
Definition at line 68 of file file.c.
Referenced by alloc_console(), CLRRuntimeInfo_GetRuntimeDirectory(), create_pseudo_console(), get_machine_wow64_dir(), GetDynamicTimeZoneInformation(), GetSystemDirectoryA(), GetSystemDirectoryW(), GetTimeZoneInformationForYear(), VerFindFileW(), and VfdInstallDriver().
Definition at line 67 of file file.c.
Referenced by GetWindowsDirectoryA(), GetWindowsDirectoryW(), lookup_winsxs(), test_GetNamedSecurityInfoA(), and VerFindFileW().