ReactOS 0.4.15-dev-8102-g108db8f
_BL_WINDOWS_LOAD_OPTIONS Struct Reference

#include <bl.h>

Public Attributes

CHAR Signature [8]
 
ULONG Version
 
ULONG Length
 
ULONG OsPathOffset
 
WCHAR LoadOptions [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 988 of file bl.h.

Member Data Documentation

◆ Length

ULONG _BL_WINDOWS_LOAD_OPTIONS::Length

Definition at line 992 of file bl.h.

Referenced by EfiInitpCreateApplicationEntry().

◆ LoadOptions

WCHAR _BL_WINDOWS_LOAD_OPTIONS::LoadOptions[ANYSIZE_ARRAY]

Definition at line 994 of file bl.h.

Referenced by EfiInitpCreateApplicationEntry().

◆ OsPathOffset

ULONG _BL_WINDOWS_LOAD_OPTIONS::OsPathOffset

Definition at line 993 of file bl.h.

Referenced by EfiInitpCreateApplicationEntry().

◆ Signature

CHAR _BL_WINDOWS_LOAD_OPTIONS::Signature[8]

Definition at line 990 of file bl.h.

Referenced by EfiInitpCreateApplicationEntry().

◆ Version

ULONG _BL_WINDOWS_LOAD_OPTIONS::Version

Definition at line 991 of file bl.h.


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