Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
Public Attributes | List of all members
_BOOT_ENTRY Struct Reference

The BOOT_ENTRY structure represents a boot entry in the boot configuration database. https://doxygen.reactos.org/d6/d0e/ndk_2iotypes_8h_source.html#l01140. More...

#include <def.h>

Public Attributes

ULONG Version
 
ULONG Length
 
ULONG Id
 
ULONG Attributes
 
ULONG FriendlyNameOffset
 
ULONG BootFilePathOffset
 
ULONG OsOptionsLength
 
CHAR OsOptions [1]
 

Detailed Description

The BOOT_ENTRY structure represents a boot entry in the boot configuration database. https://doxygen.reactos.org/d6/d0e/ndk_2iotypes_8h_source.html#l01140.

Definition at line 6 of file def.h.

Member Data Documentation

◆ Attributes

ULONG _BOOT_ENTRY::Attributes

Definition at line 11 of file def.h.

◆ BootFilePathOffset

ULONG _BOOT_ENTRY::BootFilePathOffset

Definition at line 13 of file def.h.

◆ FriendlyNameOffset

ULONG _BOOT_ENTRY::FriendlyNameOffset

Definition at line 12 of file def.h.

◆ Id

ULONG _BOOT_ENTRY::Id

Definition at line 10 of file def.h.

◆ Length

ULONG _BOOT_ENTRY::Length

Definition at line 9 of file def.h.

◆ OsOptions

CHAR _BOOT_ENTRY::OsOptions[1]

Definition at line 15 of file def.h.

◆ OsOptionsLength

ULONG _BOOT_ENTRY::OsOptionsLength

Definition at line 14 of file def.h.

◆ Version

ULONG _BOOT_ENTRY::Version

Definition at line 8 of file def.h.


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