ReactOS 0.4.15-dev-5875-g7c755d9
|
#include "precomp.h"
#include "filesup.h"
#include "infsupp.h"
#include "setuplib.h"
#include "install.h"
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
|
static |
Definition at line 395 of file install.c.
Referenced by PrepareCopyInfFile().
|
static |
Definition at line 286 of file install.c.
Referenced by PrepareCopyInfFile().
|
static |
Definition at line 232 of file install.c.
Referenced by PrepareCopyInfFile().
BOOLEAN DoFileCopy | ( | IN OUT PUSETUP_DATA | pSetupData, |
IN PSP_FILE_CALLBACK_W | MsgHandler, | ||
IN PVOID Context | OPTIONAL | ||
) |
Definition at line 818 of file install.c.
Referenced by FileCopyPage(), and PrepareAndDoCopyThread().
|
static |
Definition at line 67 of file install.c.
Referenced by AddSectionToCopyQueue().
|
static |
Definition at line 27 of file install.c.
Referenced by AddSectionToCopyQueueCab(), and GetSourceFileAndTargetLocation().
BOOLEAN PrepareCopyInfFile | ( | IN OUT PUSETUP_DATA | pSetupData, |
IN HINF | InfFile, | ||
IN PCWSTR SourceCabinet | OPTIONAL | ||
) |
Definition at line 504 of file install.c.
Referenced by PrepareFileCopy().
BOOLEAN PrepareFileCopy | ( | IN OUT PUSETUP_DATA | pSetupData, |
IN PFILE_COPY_STATUS_ROUTINE StatusRoutine | OPTIONAL | ||
) |
Definition at line 676 of file install.c.
Referenced by PrepareAndDoCopyThread(), and PrepareCopyPage().