ReactOS
0.4.15-dev-4614-ga5a6101
|
#include "spapisup.h"
Go to the source code of this file.
Classes | |
struct | _FILEPATHS_W |
Macros | |
#define | SPFILENOTIFY_STARTQUEUE 0x00000001 |
#define | SPFILENOTIFY_ENDQUEUE 0x00000002 |
#define | SPFILENOTIFY_STARTSUBQUEUE 0x00000003 |
#define | SPFILENOTIFY_ENDSUBQUEUE 0x00000004 |
#define | SPFILENOTIFY_STARTDELETE 0x00000005 |
#define | SPFILENOTIFY_ENDDELETE 0x00000006 |
#define | SPFILENOTIFY_DELETEERROR 0x00000007 |
#define | SPFILENOTIFY_STARTRENAME 0x00000008 |
#define | SPFILENOTIFY_ENDRENAME 0x00000009 |
#define | SPFILENOTIFY_RENAMEERROR 0x0000000a |
#define | SPFILENOTIFY_STARTCOPY 0x0000000b |
#define | SPFILENOTIFY_ENDCOPY 0x0000000c |
#define | SPFILENOTIFY_COPYERROR 0x0000000d |
#define | SPFILENOTIFY_NEEDMEDIA 0x0000000e |
#define | SPFILENOTIFY_QUEUESCAN 0x0000000f |
#define | FILEOP_COPY 0 |
#define | FILEOP_RENAME 1 |
#define | FILEOP_DELETE 2 |
#define | FILEOP_BACKUP 3 |
#define | FILEOP_ABORT 0 |
#define | FILEOP_DOIT 1 |
#define | FILEOP_SKIP 2 |
#define | FILEOP_RETRY FILEOP_DOIT |
#define | FILEOP_NEWPATH 4 |
#define FILEOP_ABORT 0 |
Definition at line 47 of file fileqsup.h.
#define FILEOP_BACKUP 3 |
Definition at line 45 of file fileqsup.h.
#define FILEOP_COPY 0 |
Definition at line 42 of file fileqsup.h.
#define FILEOP_DELETE 2 |
Definition at line 44 of file fileqsup.h.
#define FILEOP_DOIT 1 |
Definition at line 48 of file fileqsup.h.
#define FILEOP_NEWPATH 4 |
Definition at line 51 of file fileqsup.h.
#define FILEOP_RENAME 1 |
Definition at line 43 of file fileqsup.h.
#define FILEOP_RETRY FILEOP_DOIT |
Definition at line 50 of file fileqsup.h.
#define FILEOP_SKIP 2 |
Definition at line 49 of file fileqsup.h.
#define SPFILENOTIFY_COPYERROR 0x0000000d |
Definition at line 37 of file fileqsup.h.
#define SPFILENOTIFY_DELETEERROR 0x00000007 |
Definition at line 29 of file fileqsup.h.
#define SPFILENOTIFY_ENDCOPY 0x0000000c |
Definition at line 36 of file fileqsup.h.
#define SPFILENOTIFY_ENDDELETE 0x00000006 |
Definition at line 28 of file fileqsup.h.
#define SPFILENOTIFY_ENDQUEUE 0x00000002 |
Definition at line 23 of file fileqsup.h.
#define SPFILENOTIFY_ENDRENAME 0x00000009 |
Definition at line 32 of file fileqsup.h.
#define SPFILENOTIFY_ENDSUBQUEUE 0x00000004 |
Definition at line 25 of file fileqsup.h.
#define SPFILENOTIFY_NEEDMEDIA 0x0000000e |
Definition at line 39 of file fileqsup.h.
#define SPFILENOTIFY_QUEUESCAN 0x0000000f |
Definition at line 40 of file fileqsup.h.
#define SPFILENOTIFY_RENAMEERROR 0x0000000a |
Definition at line 33 of file fileqsup.h.
#define SPFILENOTIFY_STARTCOPY 0x0000000b |
Definition at line 35 of file fileqsup.h.
#define SPFILENOTIFY_STARTDELETE 0x00000005 |
Definition at line 27 of file fileqsup.h.
#define SPFILENOTIFY_STARTQUEUE 0x00000001 |
Definition at line 22 of file fileqsup.h.
#define SPFILENOTIFY_STARTRENAME 0x00000008 |
Definition at line 31 of file fileqsup.h.
#define SPFILENOTIFY_STARTSUBQUEUE 0x00000003 |
Definition at line 24 of file fileqsup.h.
typedef struct _FILEPATHS_W FILEPATHS_W |
Definition at line 56 of file fileqsup.h.
typedef struct _FILEPATHS_W * PFILEPATHS_W |
typedef UINT(CALLBACK* PSP_FILE_CALLBACK_W) (IN PVOID Context, IN UINT Notification, IN UINT_PTR Param1, IN UINT_PTR Param2) |
Definition at line 66 of file fileqsup.h.
Definition at line 85 of file fileqsup.h.
typedef BOOL(WINAPI* pSpFileQueueCommit) (IN HWND Owner, IN HSPFILEQ QueueHandle, IN PSP_FILE_CALLBACK_W MsgHandler, IN PVOID Context OPTIONAL) |
Definition at line 128 of file fileqsup.h.
typedef BOOL(WINAPI* pSpFileQueueCopy) (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 92 of file fileqsup.h.
typedef BOOL(WINAPI* pSpFileQueueDelete) (IN HSPFILEQ QueueHandle, IN PCWSTR PathPart1, IN PCWSTR PathPart2 OPTIONAL) |
Definition at line 108 of file fileqsup.h.
Definition at line 79 of file fileqsup.h.
typedef BOOL(WINAPI* pSpFileQueueRename) (IN HSPFILEQ QueueHandle, IN PCWSTR SourcePath, IN PCWSTR SourceFileName OPTIONAL, IN PCWSTR TargetPath OPTIONAL, IN PCWSTR TargetFileName) |
Definition at line 117 of file fileqsup.h.
pSpFileQueueClose SpFileQueueClose |
Definition at line 154 of file fileqsup.c.
Referenced by DoFileCopy().
pSpFileQueueCommit SpFileQueueCommit |
Definition at line 158 of file fileqsup.c.
Referenced by DoFileCopy().
pSpFileQueueCopy SpFileQueueCopy |
Definition at line 155 of file fileqsup.c.
Referenced by AddSectionToCopyQueue(), and AddSectionToCopyQueueCab().
pSpFileQueueDelete SpFileQueueDelete |
Definition at line 156 of file fileqsup.c.
pSpFileQueueOpen SpFileQueueOpen |
Definition at line 153 of file fileqsup.c.
Referenced by PrepareFileCopy().
pSpFileQueueRename SpFileQueueRename |
Definition at line 157 of file fileqsup.c.