ReactOS 0.4.16-dev-287-g2d3f3a1
|
#include <bl.h>
Public Attributes | |
UCHAR | Flags |
union { | |
PVOID BaseAddress | |
ULONG FileId | |
}; | |
ULONG | FileSize |
PWCHAR | FileName |
union { ... } _BL_IMG_FILE::@146 |
PVOID _BL_IMG_FILE::BaseAddress |
Definition at line 1276 of file bl.h.
Referenced by ImgpLoadPEImage().
PWCHAR _BL_IMG_FILE::FileName |
Definition at line 1280 of file bl.h.
Referenced by ImgpLoadPEImage().
ULONG _BL_IMG_FILE::FileSize |
Definition at line 1279 of file bl.h.
Referenced by ImgpLoadPEImage().
UCHAR _BL_IMG_FILE::Flags |
Definition at line 1273 of file bl.h.
Referenced by ImgpLoadPEImage().