#include <freeldr.h>
#include <debug.h>
Go to the source code of this file.
Functions |
| | DBG_DEFAULT_CHANNEL (WINDOWS) |
| static BOOLEAN | WinLdrGetNLSNames (LPSTR AnsiName, LPSTR OemName, LPSTR LangName) |
| static VOID | WinLdrScanRegistry (IN OUT PLIST_ENTRY BootDriverListHead, IN LPCSTR DirectoryPath) |
| BOOLEAN | WinLdrLoadSystemHive (IN OUT PLOADER_PARAMETER_BLOCK LoaderBlock, IN LPCSTR DirectoryPath, IN LPCSTR HiveName) |
| BOOLEAN | WinLdrInitSystemHive (IN OUT PLOADER_PARAMETER_BLOCK LoaderBlock, IN LPCSTR DirectoryPath) |
| BOOLEAN | WinLdrScanSystemHive (IN OUT PLOADER_PARAMETER_BLOCK LoaderBlock, IN LPCSTR DirectoryPath) |
| BOOLEAN | WinLdrLoadNLSData (IN OUT PLOADER_PARAMETER_BLOCK LoaderBlock, IN LPCSTR DirectoryPath, IN LPCSTR AnsiFileName, IN LPCSTR OemFileName, IN LPCSTR LanguageFileName) |
| BOOLEAN | WinLdrAddDriverToList (LIST_ENTRY *BootDriverListHead, LPWSTR RegistryPath, LPWSTR ImagePath, LPWSTR ServiceName) |
Variables |
| ULONG | TotalNLSSize = 0 |