ReactOS 0.4.15-dev-8100-g1887773
_BOOT_STORE_ENTRY Struct Reference

#include <bldrsup.h>

Public Attributes

ULONG Version
 
ULONG_PTR BootEntryKey
 
PCWSTR FriendlyName
 
PCWSTR BootFilePath
 
ULONG OsOptionsLength
 
UCHAR OsOptions [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 66 of file bldrsup.h.

Member Data Documentation

◆ BootEntryKey

ULONG_PTR _BOOT_STORE_ENTRY::BootEntryKey

Definition at line 70 of file bldrsup.h.

Referenced by FreeLdrEnumerateBootEntries().

◆ BootFilePath

PCWSTR _BOOT_STORE_ENTRY::BootFilePath

Definition at line 72 of file bldrsup.h.

Referenced by FreeLdrEnumerateBootEntries().

◆ FriendlyName

PCWSTR _BOOT_STORE_ENTRY::FriendlyName

Definition at line 71 of file bldrsup.h.

Referenced by FreeLdrEnumerateBootEntries().

◆ OsOptions

UCHAR _BOOT_STORE_ENTRY::OsOptions[ANYSIZE_ARRAY]

Definition at line 74 of file bldrsup.h.

Referenced by FreeLdrEnumerateBootEntries().

◆ OsOptionsLength

ULONG _BOOT_STORE_ENTRY::OsOptionsLength

Definition at line 73 of file bldrsup.h.

Referenced by FreeLdrEnumerateBootEntries().

◆ Version

ULONG _BOOT_STORE_ENTRY::Version

Definition at line 68 of file bldrsup.h.

Referenced by FreeLdrEnumerateBootEntries().


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