ReactOS 0.4.15-dev-8102-g108db8f
_BL_IMG_FILE Struct Reference

#include <bl.h>

Collaboration diagram for _BL_IMG_FILE:

Public Attributes

UCHAR Flags
 
union {
   PVOID   BaseAddress
 
   ULONG   FileId
 
}; 
 
ULONG FileSize
 
PWCHAR FileName
 

Detailed Description

Definition at line 1271 of file bl.h.

Member Data Documentation

◆ 

union { ... } _BL_IMG_FILE::@154

◆ BaseAddress

PVOID _BL_IMG_FILE::BaseAddress

Definition at line 1276 of file bl.h.

Referenced by ImgpLoadPEImage().

◆ FileId

ULONG _BL_IMG_FILE::FileId

Definition at line 1277 of file bl.h.

◆ FileName

PWCHAR _BL_IMG_FILE::FileName

Definition at line 1280 of file bl.h.

Referenced by ImgpLoadPEImage().

◆ FileSize

ULONG _BL_IMG_FILE::FileSize

Definition at line 1279 of file bl.h.

Referenced by ImgpLoadPEImage().

◆ Flags

UCHAR _BL_IMG_FILE::Flags

Definition at line 1273 of file bl.h.

Referenced by ImgpLoadPEImage().


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