ReactOS 0.4.16-dev-112-g52265ae
|
Go to the source code of this file.
Classes | |
struct | _QUEUEENTRY |
struct | _FILEQUEUEHEADER |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _QUEUEENTRY | QUEUEENTRY |
typedef struct _QUEUEENTRY * | PQUEUEENTRY |
typedef struct _FILEQUEUEHEADER | FILEQUEUEHEADER |
typedef struct _FILEQUEUEHEADER * | PFILEQUEUEHEADER |
#define NDEBUG |
Definition at line 34 of file fileqsup.c.
typedef struct _FILEQUEUEHEADER FILEQUEUEHEADER |
typedef struct _FILEQUEUEHEADER * PFILEQUEUEHEADER |
typedef struct _QUEUEENTRY * PQUEUEENTRY |
typedef struct _QUEUEENTRY QUEUEENTRY |
Definition at line 219 of file fileqsup.c.
BOOL WINAPI SetupCommitFileQueueW | ( | IN HWND | Owner, |
IN HSPFILEQ | QueueHandle, | ||
IN PSP_FILE_CALLBACK_W | MsgHandler, | ||
IN PVOID Context | OPTIONAL | ||
) |
Definition at line 619 of file fileqsup.c.
|
static |
Definition at line 188 of file fileqsup.c.
Referenced by SetupCloseFileQueue().
|
static |
Definition at line 71 of file fileqsup.c.
Referenced by SetupCommitFileQueueW().
Definition at line 163 of file fileqsup.c.
BOOL WINAPI SetupQueueCopyWithCab | ( | IN HSPFILEQ | QueueHandle, |
IN PCWSTR | SourceRootPath, | ||
IN PCWSTR SourcePath | OPTIONAL, | ||
IN PCWSTR | SourceFileName, | ||
IN PCWSTR SourceDescription | OPTIONAL, | ||
IN PCWSTR SourceCabinet | OPTIONAL, | ||
IN PCWSTR SourceTagFile | OPTIONAL, | ||
IN PCWSTR | TargetDirectory, | ||
IN PCWSTR TargetFileName | OPTIONAL, | ||
IN ULONG | CopyStyle | ||
) |
Definition at line 264 of file fileqsup.c.
BOOL WINAPI SetupQueueDeleteW | ( | IN HSPFILEQ | QueueHandle, |
IN PCWSTR | PathPart1, | ||
IN PCWSTR PathPart2 | OPTIONAL | ||
) |
Definition at line 435 of file fileqsup.c.
BOOL WINAPI SetupQueueRenameW | ( | IN HSPFILEQ | QueueHandle, |
IN PCWSTR | SourcePath, | ||
IN PCWSTR SourceFileName | OPTIONAL, | ||
IN PCWSTR TargetPath | OPTIONAL, | ||
IN PCWSTR | TargetFileName | ||
) |
Definition at line 505 of file fileqsup.c.
pSpFileQueueClose SpFileQueueClose = SetupCloseFileQueue |
Definition at line 1001 of file fileqsup.c.
Referenced by DoFileCopy().
pSpFileQueueCommit SpFileQueueCommit = SetupCommitFileQueueW |
Definition at line 1005 of file fileqsup.c.
Referenced by DoFileCopy().
pSpFileQueueCopy SpFileQueueCopy = SetupQueueCopyWithCab |
Definition at line 1002 of file fileqsup.c.
Referenced by AddSectionToCopyQueue(), and AddSectionToCopyQueueCab().
pSpFileQueueDelete SpFileQueueDelete = SetupQueueDeleteW |
Definition at line 1003 of file fileqsup.c.
pSpFileQueueOpen SpFileQueueOpen = SetupOpenFileQueue |
Definition at line 1000 of file fileqsup.c.
Referenced by PrepareFileCopy().
pSpFileQueueRename SpFileQueueRename = SetupQueueRenameW |
Definition at line 1004 of file fileqsup.c.