ReactOS 0.4.16-dev-287-g2d3f3a1
|
#include <arc.h>
Public Attributes | |
LIST_ENTRY | Link |
UNICODE_STRING | FilePath |
UNICODE_STRING | RegistryPath |
struct _LDR_DATA_TABLE_ENTRY * | LdrEntry |
UNICODE_STRING _BOOT_DRIVER_LIST_ENTRY::FilePath |
Definition at line 248 of file arc.h.
Referenced by CmpFreeDriverList(), WinLdrLoadBootDrivers(), and WinLdrpDumpBootDriver().
struct _LDR_DATA_TABLE_ENTRY* _BOOT_DRIVER_LIST_ENTRY::LdrEntry |
Definition at line 250 of file arc.h.
Referenced by IopInitializeBootDrivers(), WinLdrLoadBootDrivers(), and WinLdrpDumpBootDriver().
LIST_ENTRY _BOOT_DRIVER_LIST_ENTRY::Link |
Definition at line 247 of file arc.h.
Referenced by CmpDoSort(), CmpOrderGroup(), WinLdrLoadBootDrivers(), and WinLdrpDumpBootDriver().
UNICODE_STRING _BOOT_DRIVER_LIST_ENTRY::RegistryPath |
Definition at line 249 of file arc.h.
Referenced by CmpFreeDriverList(), IopInitializeBootDrivers(), WinLdrLoadBootDrivers(), and WinLdrpDumpBootDriver().