ReactOS 0.4.16-dev-117-g38f21f9
|
#include <bldrsup.h>
Public Attributes | |
ULONG | Version |
ULONG_PTR | BootEntryKey |
PCWSTR | FriendlyName |
PCWSTR | BootFilePath |
ULONG | OsOptionsLength |
UCHAR | OsOptions [ANYSIZE_ARRAY] |
ULONG_PTR _BOOT_STORE_ENTRY::BootEntryKey |
Definition at line 70 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().
PCWSTR _BOOT_STORE_ENTRY::BootFilePath |
Definition at line 72 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().
PCWSTR _BOOT_STORE_ENTRY::FriendlyName |
Definition at line 71 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().
UCHAR _BOOT_STORE_ENTRY::OsOptions[ANYSIZE_ARRAY] |
Definition at line 74 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().
ULONG _BOOT_STORE_ENTRY::OsOptionsLength |
Definition at line 73 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().
ULONG _BOOT_STORE_ENTRY::Version |
Definition at line 68 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().