ReactOS
0.4.15-dev-5606-gf34e425
|
#include "bl.h"
Go to the source code of this file.
Functions | |
NTSTATUS | ResSelectLocale (_In_ BOOLEAN Primary) |
PIMAGE_RESOURCE_DIRECTORY_ENTRY | ResFindDirectoryEntry (_In_ PIMAGE_RESOURCE_DIRECTORY Directory, _In_opt_ PUSHORT Id, _In_opt_ PWCHAR Name, _In_ ULONG_PTR SectionStart) |
NTSTATUS | ResFindDataEntryFromImage (_In_opt_ PVOID ImageBase, _In_opt_ ULONG ImageSize, _In_ USHORT DirectoryId, _In_ PUSHORT EntryId, _In_ PWCHAR Name, _Out_ PIMAGE_RESOURCE_DATA_ENTRY *DataEntryOut, _Out_ PVOID *ResourceOut) |
PWCHAR | BlResourceFindHtml (VOID) |
PWCHAR | BlResourceFindMessage (_In_ ULONG MsgId) |
NTSTATUS | BlpResourceInitialize (VOID) |
Definition at line 478 of file resource.c.
Referenced by BlInitializeLibrary(), and InitializeLibrary().
Definition at line 305 of file resource.c.
Referenced by BmMain().
Definition at line 349 of file resource.c.
Referenced by BmpErrorLog().
NTSTATUS ResFindDataEntryFromImage | ( | _In_opt_ PVOID | ImageBase, |
_In_opt_ ULONG | ImageSize, | ||
_In_ USHORT | DirectoryId, | ||
_In_ PUSHORT | EntryId, | ||
_In_ PWCHAR | Name, | ||
_Out_ PIMAGE_RESOURCE_DATA_ENTRY * | DataEntryOut, | ||
_Out_ PVOID * | ResourceOut | ||
) |
Definition at line 154 of file resource.c.
Referenced by BlResourceFindHtml().
PIMAGE_RESOURCE_DIRECTORY_ENTRY ResFindDirectoryEntry | ( | _In_ PIMAGE_RESOURCE_DIRECTORY | Directory, |
_In_opt_ PUSHORT | Id, | ||
_In_opt_ PWCHAR | Name, | ||
_In_ ULONG_PTR | SectionStart | ||
) |
Definition at line 81 of file resource.c.
Referenced by BlResourceFindMessage(), and ResFindDataEntryFromImage().
Definition at line 38 of file resource.c.
Referenced by BlpResourceInitialize(), and BlResourceFindMessage().
BOOLEAN ResLoadedFontFiles |
Definition at line 29 of file resource.c.
Referenced by BlpResourceInitialize(), BlResourceFindMessage(), and ResSelectLocale().
PWCHAR ResLocale |
Definition at line 33 of file resource.c.
Referenced by BlpResourceInitialize(), and ResSelectLocale().
PVOID ResMuiImageBase |
Definition at line 30 of file resource.c.
Referenced by BlpResourceInitialize().
ULONG_PTR ResMuiImageSize |
Definition at line 31 of file resource.c.
Referenced by BlpResourceInitialize().
PVOID ResPeImageBase |
Definition at line 15 of file resource.c.
Referenced by BlpResourceInitialize(), BlResourceFindMessage(), ResFindDataEntryFromImage(), and ResSelectLocale().
PVOID ResPeImageBaseFallback |
Definition at line 25 of file resource.c.
Referenced by BlpResourceInitialize(), ResFindDataEntryFromImage(), and ResSelectLocale().
PVOID ResPeImageBasePrimary |
Definition at line 19 of file resource.c.
Referenced by BlpResourceInitialize(), and ResSelectLocale().
PVOID ResPeImageEnd |
Definition at line 16 of file resource.c.
Referenced by BlpResourceInitialize(), BlResourceFindMessage(), ResFindDataEntryFromImage(), and ResSelectLocale().
PVOID ResPeImageEndFallback |
Definition at line 26 of file resource.c.
Referenced by BlpResourceInitialize(), ResFindDataEntryFromImage(), and ResSelectLocale().
PVOID ResPeImageEndPrimary |
Definition at line 20 of file resource.c.
Referenced by BlpResourceInitialize(), and ResSelectLocale().
PVOID ResRootDirectory |
Definition at line 17 of file resource.c.
Referenced by BlpResourceInitialize(), BlResourceFindMessage(), ResFindDataEntryFromImage(), and ResSelectLocale().
PVOID ResRootDirectoryFallback |
Definition at line 27 of file resource.c.
Referenced by BlpResourceInitialize(), ResFindDataEntryFromImage(), and ResSelectLocale().
ULONG_PTR ResRootDirectoryFallbackOffset |
Definition at line 24 of file resource.c.
Referenced by BlpResourceInitialize(), and ResSelectLocale().
ULONG_PTR ResRootDirectoryOffset |
Definition at line 23 of file resource.c.
Referenced by BlpResourceInitialize(), BlResourceFindMessage(), and ResSelectLocale().
PVOID ResRootDirectoryPrimary |
Definition at line 21 of file resource.c.
Referenced by BlpResourceInitialize(), and ResSelectLocale().
ULONG_PTR ResRootDirectoryPrimaryOffset |
Definition at line 22 of file resource.c.
Referenced by BlpResourceInitialize(), and ResSelectLocale().