#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | CSZMENUITEMS 2 |
#define | CONFIG_SYS_PARTITION 0 |
#define | EXIT 1 |
#define | MENU_START_ROW 4 |
#define | ERROR_ROW_TOP 13 |
#define | ERROR_ROW_BOTTOM 16 |
#define | MAX_PATH 256 |
#define | CBMAXLINE 120 |
#define | ARCINST_STACK_PAGES (2*1024*1024 / PAGE_SIZE) |
#define | ARCINST_HEAP_PAGES (2*1024*1024 / PAGE_SIZE) |
Functions | |
ARC_STATUS | GetTitlesAndPaths (PCHAR, PCHAR, ULONG, ULONG, PCHAR **, PULONG, PCHAR **, PULONG) |
ARC_STATUS | GetSectionElementList (PCHAR, PCHAR, ULONG, PCHAR **, PULONG) |
ARC_STATUS | CopySection (PCHAR, PCHAR, PCHAR, PCHAR) |
ARC_STATUS | UpdateOSFiles (PCHAR, PCHAR, PCHAR) |
VOID | PrintError (PCHAR,...) |
ARC_STATUS __cdecl | main (IN ULONG argc, IN PCHAR argv[], IN PCHAR envp[]) |
VOID | PrintError (IN PCHAR szFormat,...) |
VOID | JzShowTime (BOOLEAN First) |
Variables | |
PCHAR | Banner1 = " Arc Installation Program Version 4.00" |
PCHAR | Banner2 = " Copyright (c) 1991-1996 Microsoft Corporation" |
PCHAR | rgszMainMenu [] |
int | errno |
|
Definition at line 77 of file arcinst.c. Referenced by main(). |
|
Definition at line 76 of file arcinst.c. Referenced by main(). |
|
|
|
Definition at line 54 of file arcinst.c. Referenced by main(). |
|
Definition at line 42 of file arcinst.c. Referenced by main(). |
|
Definition at line 59 of file arcinst.c. Referenced by PrintError(). |
|
Definition at line 58 of file arcinst.c. Referenced by PrintError(). |
|
|
|
Definition at line 57 of file arcinst.c. Referenced by main(). |
|
|
|
|
|
|
|
Definition at line 229 of file arcinst.c.
|
|
Definition at line 90 of file arcinst.c. References AlAddMenuItems(), AlClearScreen, AlDisplayMenu(), AlInitializeMenuPackage(), AlMemoryInitialize(), AlNewMenu(), AlPrint(), AlSetPosition, ARCINST_HEAP_PAGES, ARCINST_STACK_PAGES, Banner1, Banner2, CONFIG_SYS_PARTITION, ConfigureSystemPartitions(), CSZMENUITEMS, ESUCCESS, EXIT, FALSE, FdiskInitialize(), MENU_START_ROW, NULL, PrintError(), rgszMainMenu, and TRUE.
|
|
Definition at line 191 of file arcinst.c. References AlClearStatusArea(), AlWaitKey(), ERROR_ROW_BOTTOM, ERROR_ROW_TOP, NULL, TRUE, and vAlStatusMsg(). Referenced by main().
|
|
|
|
|
|
Definition at line 23 of file arcinst.c. Referenced by main(). |
|
Definition at line 24 of file arcinst.c. Referenced by main(). |
|
|
|
Initial value:
Definition at line 30 of file arcinst.c. Referenced by main(). |