|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <cmboot.h>

Public Attributes | |
| BOOT_DRIVER_LIST_ENTRY | ListEntry |
| UNICODE_STRING | Group |
| UNICODE_STRING | Name |
| ULONG | Tag |
| ULONG | ErrorControl |
| ULONG _BOOT_DRIVER_NODE::ErrorControl |
Definition at line 19 of file cmboot.h.
Referenced by CmpAddDriverToList(), CmpFindDrivers(), and WinLdrAddDriverToList().
| UNICODE_STRING _BOOT_DRIVER_NODE::Group |
Definition at line 16 of file cmboot.h.
Referenced by CmpAddDriverToList(), CmpDoSort(), CmpResolveDriverDependencies(), WinLdrAddDriverToList(), and WinLdrLoadBootDrivers().
| BOOT_DRIVER_LIST_ENTRY _BOOT_DRIVER_NODE::ListEntry |
Definition at line 15 of file cmboot.h.
Referenced by CmpAddDriverToList(), CmpDoSort(), CmpFreeDriverList(), CmpOrderGroup(), WinLdrAddDriverToList(), and WinLdrLoadBootDrivers().
| UNICODE_STRING _BOOT_DRIVER_NODE::Name |
Definition at line 17 of file cmboot.h.
Referenced by CmpAddDriverToList(), CmpFreeDriverList(), WinLdrAddDriverToList(), and WinLdrLoadBootDrivers().
| ULONG _BOOT_DRIVER_NODE::Tag |
Definition at line 18 of file cmboot.h.
Referenced by CmpAddDriverToList(), CmpOrderGroup(), and WinLdrAddDriverToList().