ReactOS 0.4.16-dev-292-gbbdcc14
|
#include "gflags.h"
Go to the source code of this file.
Classes | |
struct | FlagInfo |
Macros | |
#define | FLG_DISABLE_DBGPRINT 0x8000000 |
#define | FLG_CRITSEC_EVENT_CREATION 0x10000000 |
#define | FLG_STOP_ON_UNHANDLED_EXCEPTION 0x20000000 |
#define | FLG_ENABLE_HANDLE_EXCEPTIONS 0x40000000 |
#define | FLG_DISABLE_PROTDLLS 0x80000000 |
Typedefs | |
typedef struct FlagInfo | FlagInfo |
Functions | |
void | PrintFlags (IN DWORD GlobalFlags, IN OPTIONAL WORD Dest) |
static void | ShowStatus (DWORD GlobalFlags, DWORD Ignored) |
static DWORD | ValidateFlags (DWORD GlobalFlags, WORD Dest) |
static DWORD | FindFlag (PCWSTR Name, WORD Dest) |
static VOID | ModifyStatus (VOID) |
static VOID | DisplayStatus (VOID) |
BOOL | ImageFile_ParseCmdline (INT i, int argc, LPWSTR argv[]) |
INT | ImageFile_Execute () |
Variables | |
static PWSTR | ImageFile = NULL |
static DWORD | OptionsAdd = 0 |
static DWORD | OptionsRemove = 0 |
static BOOL | OptionsSet = FALSE |
static const FlagInfo | g_Flags [] |
#define FLG_CRITSEC_EVENT_CREATION 0x10000000 |
Definition at line 24 of file imagefile.c.
#define FLG_DISABLE_DBGPRINT 0x8000000 |
Definition at line 23 of file imagefile.c.
#define FLG_DISABLE_PROTDLLS 0x80000000 |
Definition at line 27 of file imagefile.c.
#define FLG_ENABLE_HANDLE_EXCEPTIONS 0x40000000 |
Definition at line 26 of file imagefile.c.
#define FLG_STOP_ON_UNHANDLED_EXCEPTION 0x20000000 |
Definition at line 25 of file imagefile.c.
Definition at line 190 of file imagefile.c.
Referenced by ImageFile_Execute().
Definition at line 117 of file imagefile.c.
Referenced by ImageFile_ParseCmdline().
INT ImageFile_Execute | ( | ) |
Definition at line 251 of file imagefile.c.
Referenced by wmain().
Definition at line 207 of file imagefile.c.
Referenced by ParseCmdline().
Definition at line 135 of file imagefile.c.
Referenced by ImageFile_Execute().
Definition at line 67 of file imagefile.c.
Referenced by ShowStatus(), and wmain().
Definition at line 83 of file imagefile.c.
Referenced by DisplayStatus(), and ModifyStatus().
Definition at line 30 of file imagefile.c.
Referenced by FindFlag(), PrintFlags(), and ValidateFlags().
Definition at line 10 of file imagefile.c.
Referenced by BlImgLoadBootApplication(), BlImgLoadPEImageEx(), DisplayStatus(), ImageFile_ParseCmdline(), ImgpLoadPEImage(), ModifyStatus(), ShowStatus(), Test_RawSize(), and WriteToFlash().
|
static |
Definition at line 11 of file imagefile.c.
Referenced by ImageFile_Execute(), ImageFile_ParseCmdline(), and ModifyStatus().
|
static |
Definition at line 12 of file imagefile.c.
Referenced by ImageFile_Execute(), and ImageFile_ParseCmdline().
Definition at line 13 of file imagefile.c.
Referenced by ImageFile_Execute(), ImageFile_ParseCmdline(), and ModifyStatus().