|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <bl.h>

Public Attributes | |
| UCHAR | Flags |
| union { | |
| PVOID BaseAddress | |
| ULONG FileId | |
| }; | |
| ULONG | FileSize |
| PWCHAR | FileName |
| union { ... } _BL_IMG_FILE::@165 |
| 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().