ReactOS 0.4.15-dev-7918-g2a2556c
_BOOT_DRIVER_LIST_ENTRY Struct Reference

#include <arc.h>

Collaboration diagram for _BOOT_DRIVER_LIST_ENTRY:

Public Attributes

LIST_ENTRY Link
 
UNICODE_STRING FilePath
 
UNICODE_STRING RegistryPath
 
struct _LDR_DATA_TABLE_ENTRYLdrEntry
 

Detailed Description

Definition at line 245 of file arc.h.

Member Data Documentation

◆ FilePath

UNICODE_STRING _BOOT_DRIVER_LIST_ENTRY::FilePath

Definition at line 248 of file arc.h.

Referenced by CmpFreeDriverList(), WinLdrLoadBootDrivers(), and WinLdrpDumpBootDriver().

◆ LdrEntry

struct _LDR_DATA_TABLE_ENTRY* _BOOT_DRIVER_LIST_ENTRY::LdrEntry

Definition at line 250 of file arc.h.

Referenced by IopInitializeBootDrivers(), WinLdrLoadBootDrivers(), and WinLdrpDumpBootDriver().

◆ Link

LIST_ENTRY _BOOT_DRIVER_LIST_ENTRY::Link

Definition at line 247 of file arc.h.

Referenced by CmpDoSort(), CmpOrderGroup(), WinLdrLoadBootDrivers(), and WinLdrpDumpBootDriver().

◆ RegistryPath

UNICODE_STRING _BOOT_DRIVER_LIST_ENTRY::RegistryPath

The documentation for this struct was generated from the following file: