ReactOS 0.4.15-dev-6042-g2eb6700
|
#include <freeldr.h>
Go to the source code of this file.
Classes | |
struct | tagCMDLINEINFO |
Typedefs | |
typedef struct tagCMDLINEINFO | CMDLINEINFO |
typedef struct tagCMDLINEINFO * | PCMDLINEINFO |
Functions | |
VOID | CmdLineParse (IN PCSTR CmdLine) |
PCSTR | CmdLineGetDebugString (VOID) |
PCSTR | CmdLineGetDefaultOS (VOID) |
LONG | CmdLineGetTimeOut (VOID) |
Variables | |
CCHAR | DebugString [256] |
CCHAR | DefaultOs [256] |
CMDLINEINFO | CmdLineInfo |
typedef struct tagCMDLINEINFO CMDLINEINFO |
typedef struct tagCMDLINEINFO * PCMDLINEINFO |
Definition at line 29 of file cmdline.c.
Referenced by BootMain().
CMDLINEINFO CmdLineInfo |
Definition at line 24 of file cmdline.c.
Referenced by CmdLineGetDebugString(), CmdLineGetDefaultOS(), CmdLineGetTimeOut(), and CmdLineParse().
CCHAR DebugString[256] |
Definition at line 22 of file cmdline.c.
Referenced by CmdLineParse(), DebugPrint(), ExpLoadInitialProcess(), RtlCreateUserProcess(), and vDbgPrintExWithPrefixInternal().
CCHAR DefaultOs[256] |
Definition at line 23 of file cmdline.c.
Referenced by CmdLineParse().