ReactOS 0.4.15-dev-8100-g1887773
_BOOT_STORE_INI_CONTEXT Struct Reference
Collaboration diagram for _BOOT_STORE_INI_CONTEXT:

Public Attributes

BOOT_STORE_CONTEXT Header
 
HANDLE FileHandle
 
HANDLE SectionHandle
 
ULONG FileSize
 
PVOID ViewBase
 
PINICACHE IniCache
 
PINI_SECTION OptionsIniSection
 
PINI_SECTION OsIniSection
 

Detailed Description

Definition at line 68 of file bldrsup.c.

Member Data Documentation

◆ FileHandle

HANDLE _BOOT_STORE_INI_CONTEXT::FileHandle

Definition at line 77 of file bldrsup.c.

Referenced by CloseIniBootLoaderStore(), and OpenIniBootLoaderStore().

◆ FileSize

ULONG _BOOT_STORE_INI_CONTEXT::FileSize

Definition at line 80 of file bldrsup.c.

Referenced by OpenIniBootLoaderStore().

◆ Header

BOOT_STORE_CONTEXT _BOOT_STORE_INI_CONTEXT::Header

Definition at line 70 of file bldrsup.c.

Referenced by CloseIniBootLoaderStore(), and OpenIniBootLoaderStore().

◆ IniCache

PINICACHE _BOOT_STORE_INI_CONTEXT::IniCache

Definition at line 83 of file bldrsup.c.

Referenced by CloseIniBootLoaderStore(), and OpenIniBootLoaderStore().

◆ OptionsIniSection

PINI_SECTION _BOOT_STORE_INI_CONTEXT::OptionsIniSection

Definition at line 84 of file bldrsup.c.

Referenced by OpenIniBootLoaderStore().

◆ OsIniSection

PINI_SECTION _BOOT_STORE_INI_CONTEXT::OsIniSection

Definition at line 85 of file bldrsup.c.

Referenced by OpenIniBootLoaderStore().

◆ SectionHandle

HANDLE _BOOT_STORE_INI_CONTEXT::SectionHandle

Definition at line 78 of file bldrsup.c.

Referenced by CloseIniBootLoaderStore(), and OpenIniBootLoaderStore().

◆ ViewBase

PVOID _BOOT_STORE_INI_CONTEXT::ViewBase

Definition at line 81 of file bldrsup.c.

Referenced by CloseIniBootLoaderStore(), and OpenIniBootLoaderStore().


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