mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Add structure for describing boot-loaded drivers
svn path=/trunk/; revision=24432
This commit is contained in:
@@ -65,6 +65,14 @@ typedef struct _MEMORY_ALLOCATION_DESCRIPTOR
|
||||
ULONG PageCount;
|
||||
} MEMORY_ALLOCATION_DESCRIPTOR, *PMEMORY_ALLOCATION_DESCRIPTOR;
|
||||
|
||||
typedef struct _BOOT_DRIVER_LIST_ENTRY
|
||||
{
|
||||
LIST_ENTRY ListEntry;
|
||||
UNICODE_STRING FilePath;
|
||||
UNICODE_STRING RegistryPath;
|
||||
struct _LDR_DATA_TABLE_ENTRY *DataTableEntry;
|
||||
} BOOT_DRIVER_LIST_ENTRY, *PBOOT_DRIVER_LIST_ENTRY;
|
||||
|
||||
typedef struct _CONFIGURATION_COMPONENT
|
||||
{
|
||||
CONFIGURATION_CLASS Class;
|
||||
|
||||
Reference in New Issue
Block a user