ReactOS 0.4.15-dev-7089-gea8a49d
|
#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 66 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().
PCWSTR _BOOT_STORE_ENTRY::BootFilePath |
Definition at line 68 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().
PCWSTR _BOOT_STORE_ENTRY::FriendlyName |
Definition at line 67 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().
UCHAR _BOOT_STORE_ENTRY::OsOptions[ANYSIZE_ARRAY] |
Definition at line 70 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().
ULONG _BOOT_STORE_ENTRY::OsOptionsLength |
Definition at line 69 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().
ULONG _BOOT_STORE_ENTRY::Version |
Definition at line 64 of file bldrsup.h.
Referenced by FreeLdrEnumerateBootEntries().