ReactOS 0.4.15-dev-5667-ged97270
|
Go to the source code of this file.
Classes | |
struct | default_callback_context |
struct | file_op |
struct | file_op_queue |
struct | file_queue |
Variables | |
static const WCHAR | DotSecurity [] = {'.','S','e','c','u','r','i','t','y',0} |
static | LPSTR |
static | DWORD |
|
static |
Definition at line 150 of file queue.c.
Referenced by SetupCommitFileQueueW(), and SetupScanFileQueueW().
|
static |
Definition at line 121 of file queue.c.
Referenced by build_filepathsW(), and extract_cabinet_file().
Definition at line 1014 of file queue.c.
Referenced by create_full_pathW(), and SetupCommitFileQueueW().
|
static |
Definition at line 1060 of file queue.c.
Referenced by SetupCommitFileQueueW(), and SetupInstallFileW().
|
static |
Definition at line 376 of file queue.c.
Referenced by SetupCommitFileQueueW().
|
static |
Definition at line 100 of file queue.c.
Referenced by SetupCloseFileQueue().
Definition at line 353 of file queue.c.
Referenced by SetupQueueCopyIndirectA(), SetupQueueCopyIndirectW(), SetupQueueCopySectionW(), SetupQueueDeleteSectionW(), and SetupQueueRenameSectionW().
Definition at line 272 of file queue.c.
Referenced by SetupQueueCopyIndirectA(), and SetupQueueCopyIndirectW().
UINT CALLBACK QUEUE_callback_WtoA | ( | void * | context, |
UINT | notification, | ||
UINT_PTR | param1, | ||
UINT_PTR | param2 | ||
) |
Definition at line 187 of file queue.c.
Referenced by SetupCommitFileQueueA(), SetupInstallFileA(), SetupInstallFromInfSectionA(), and SetupScanFileQueueA().
|
inlinestatic |
Definition at line 90 of file queue.c.
Referenced by SetupQueueCopyIndirectA(), SetupQueueCopyIndirectW(), SetupQueueDeleteA(), SetupQueueDeleteW(), SetupQueueRenameA(), and SetupQueueRenameW().
BOOL WINAPI SetupCommitFileQueueA | ( | HWND | owner, |
HSPFILEQ | queue, | ||
PSP_FILE_CALLBACK_A | handler, | ||
PVOID | context | ||
) |
Definition at line 998 of file queue.c.
BOOL WINAPI SetupCommitFileQueueW | ( | HWND | owner, |
HSPFILEQ | handle, | ||
PSP_FILE_CALLBACK_W | handler, | ||
PVOID | context | ||
) |
Definition at line 1396 of file queue.c.
Referenced by SetupCommitFileQueueA().
UINT WINAPI SetupCopyErrorA | ( | HWND | parent, |
PCSTR | dialogTitle, | ||
PCSTR | diskname, | ||
PCSTR | sourcepath, | ||
PCSTR | sourcefile, | ||
PCSTR | targetpath, | ||
UINT | w32error, | ||
DWORD | style, | ||
PSTR | pathbuffer, | ||
DWORD | buffersize, | ||
PDWORD | requiredsize | ||
) |
UINT WINAPI SetupCopyErrorW | ( | HWND | parent, |
PCWSTR | dialogTitle, | ||
PCWSTR | diskname, | ||
PCWSTR | sourcepath, | ||
PCWSTR | sourcefile, | ||
PCWSTR | targetpath, | ||
UINT | w32error, | ||
DWORD | style, | ||
PWSTR | pathbuffer, | ||
DWORD | buffersize, | ||
PDWORD | requiredsize | ||
) |
UINT WINAPI SetupDefaultQueueCallbackA | ( | PVOID | context, |
UINT | notification, | ||
UINT_PTR | param1, | ||
UINT_PTR | param2 | ||
) |
Definition at line 1713 of file queue.c.
UINT WINAPI SetupDefaultQueueCallbackW | ( | PVOID | context, |
UINT | notification, | ||
UINT_PTR | param1, | ||
UINT_PTR | param2 | ||
) |
Definition at line 1777 of file queue.c.
Referenced by InstallHinfSectionW(), InstallInfSections(), InstallSysSetupInfComponents(), MMSYS_InstallDevice(), pQueueCallback(), SetupDiInstallClassExW(), SetupDiInstallDevice(), SetupDiInstallDriverFiles(), SetupDiRegisterCoDeviceInstallers(), and spapi_install().
UINT WINAPI SetupDeleteErrorA | ( | HWND | parent, |
PCSTR | dialogTitle, | ||
PCSTR | file, | ||
UINT | w32error, | ||
DWORD | style | ||
) |
UINT WINAPI SetupDeleteErrorW | ( | HWND | parent, |
PCWSTR | dialogTitle, | ||
PCWSTR | file, | ||
UINT | w32error, | ||
DWORD | style | ||
) |
Definition at line 1677 of file queue.c.
Referenced by InstallHinfSectionW(), InstallInfSections(), MMSYS_InstallDevice(), RegisterDlls(), SetupDiInstallClassExW(), SetupDiInstallDevice(), SetupDiInstallDriverFiles(), SetupDiRegisterCoDeviceInstallers(), and test_defaultcallback().
PVOID WINAPI SetupInitDefaultQueueCallbackEx | ( | HWND | owner, |
HWND | progress, | ||
UINT | msg, | ||
DWORD | reserved1, | ||
PVOID | reserved2 | ||
) |
Definition at line 1686 of file queue.c.
Referenced by AdvInstallFileW(), SetupInitDefaultQueueCallback(), spapi_install(), and test_defaultcallback().
BOOL WINAPI SetupInstallFileA | ( | HINF | hinf, |
PINFCONTEXT | inf_context, | ||
PCSTR | source, | ||
PCSTR | root, | ||
PCSTR | dest, | ||
DWORD | style, | ||
PSP_FILE_CALLBACK_A | handler, | ||
PVOID | context | ||
) |
Definition at line 1285 of file queue.c.
BOOL WINAPI SetupInstallFileW | ( | HINF | hinf, |
PINFCONTEXT | inf_context, | ||
PCWSTR | source, | ||
PCWSTR | root, | ||
PCWSTR | dest, | ||
DWORD | style, | ||
PSP_FILE_CALLBACK_W | handler, | ||
PVOID | context | ||
) |
Definition at line 1327 of file queue.c.
Referenced by SetupInstallFileA().
Definition at line 493 of file queue.c.
Referenced by AdvInstallFileW(), EnumerateDrivers(), SetupInstallFromInfSectionW(), and UpdateDriverDetailsDlg().
BOOL WINAPI SetupQueueCopyA | ( | HSPFILEQ | queue, |
PCSTR | src_root, | ||
PCSTR | src_path, | ||
PCSTR | src_file, | ||
PCSTR | src_descr, | ||
PCSTR | src_tag, | ||
PCSTR | dst_dir, | ||
PCSTR | dst_file, | ||
DWORD | style | ||
) |
Definition at line 597 of file queue.c.
BOOL WINAPI SetupQueueCopyIndirectA | ( | PSP_FILE_COPY_PARAMS_A | params | ) |
Definition at line 521 of file queue.c.
Referenced by SetupQueueCopyA(), and SetupQueueDefaultCopyA().
BOOL WINAPI SetupQueueCopyIndirectW | ( | PSP_FILE_COPY_PARAMS_W | params | ) |
Definition at line 558 of file queue.c.
Referenced by SetupQueueCopySectionW(), SetupQueueCopyW(), and SetupQueueDefaultCopyW().
BOOL WINAPI SetupQueueCopySectionA | ( | HSPFILEQ | queue, |
PCSTR | src_root, | ||
HINF | hinf, | ||
HINF | hlist, | ||
PCSTR | section, | ||
DWORD | style | ||
) |
Definition at line 789 of file queue.c.
BOOL WINAPI SetupQueueCopySectionW | ( | HSPFILEQ | queue, |
PCWSTR | src_root, | ||
HINF | hinf, | ||
HINF | hlist, | ||
PCWSTR | section, | ||
DWORD | style | ||
) |
Definition at line 820 of file queue.c.
Referenced by copy_files_callback(), and SetupQueueCopySectionA().
BOOL WINAPI SetupQueueCopyW | ( | HSPFILEQ | queue, |
PCWSTR | src_root, | ||
PCWSTR | src_path, | ||
PCWSTR | src_file, | ||
PCWSTR | src_descr, | ||
PCWSTR | src_tag, | ||
PCWSTR | dst_dir, | ||
PCWSTR | dst_file, | ||
DWORD | style | ||
) |
Definition at line 622 of file queue.c.
Referenced by AdvInstallFileW(), and SpFileQueueCopy_NtToWin32().
BOOL WINAPI SetupQueueDefaultCopyA | ( | HSPFILEQ | queue, |
HINF | hinf, | ||
PCSTR | src_root, | ||
PCSTR | src_file, | ||
PCSTR | dst_file, | ||
DWORD | style | ||
) |
BOOL WINAPI SetupQueueDefaultCopyW | ( | HSPFILEQ | queue, |
HINF | hinf, | ||
PCWSTR | src_root, | ||
PCWSTR | src_file, | ||
PCWSTR | dst_file, | ||
DWORD | style | ||
) |
Definition at line 900 of file queue.c.
Definition at line 918 of file queue.c.
Referenced by delete_files_callback(), and SetupQueueDeleteSectionA().
Definition at line 718 of file queue.c.
Referenced by SetupQueueDeleteSectionW().
BOOL WINAPI SetupQueueRenameA | ( | HSPFILEQ | handle, |
PCSTR | SourcePath, | ||
PCSTR | SourceFilename, | ||
PCSTR | TargetPath, | ||
PCSTR | TargetFilename | ||
) |
Definition at line 949 of file queue.c.
Definition at line 967 of file queue.c.
Referenced by rename_files_callback(), and SetupQueueRenameSectionA().
BOOL WINAPI SetupQueueRenameW | ( | HSPFILEQ | handle, |
PCWSTR | SourcePath, | ||
PCWSTR | SourceFilename, | ||
PCWSTR | TargetPath, | ||
PCWSTR | TargetFilename | ||
) |
Definition at line 765 of file queue.c.
Referenced by SetupQueueRenameSectionW().
UINT WINAPI SetupRenameErrorA | ( | HWND | parent, |
PCSTR | dialogTitle, | ||
PCSTR | source, | ||
PCSTR | target, | ||
UINT | w32error, | ||
DWORD | style | ||
) |
UINT WINAPI SetupRenameErrorW | ( | HWND | parent, |
PCWSTR | dialogTitle, | ||
PCWSTR | source, | ||
PCWSTR | target, | ||
UINT | w32error, | ||
DWORD | style | ||
) |
BOOL WINAPI SetupScanFileQueueA | ( | HSPFILEQ | handle, |
DWORD | flags, | ||
HWND | window, | ||
PSP_FILE_CALLBACK_A | handler, | ||
PVOID | context, | ||
PDWORD | result | ||
) |
Definition at line 1541 of file queue.c.
BOOL WINAPI SetupScanFileQueueW | ( | HSPFILEQ | handle, |
DWORD | flags, | ||
HWND | window, | ||
PSP_FILE_CALLBACK_W | handler, | ||
PVOID | context, | ||
PDWORD | result | ||
) |
Definition at line 1558 of file queue.c.
Referenced by EnumerateDrivers(), and SetupScanFileQueueA().
BOOL WINAPI SetupSetFileQueueAlternatePlatformA | ( | HSPFILEQ | handle, |
PSP_ALTPLATFORM_INFO | platform, | ||
PCSTR | catalogfile | ||
) |
BOOL WINAPI SetupSetFileQueueAlternatePlatformW | ( | HSPFILEQ | handle, |
PSP_ALTPLATFORM_INFO | platform, | ||
PCWSTR | catalogfile | ||
) |
Definition at line 1704 of file queue.c.
Referenced by AdvInstallFileW(), InstallHinfSectionW(), InstallInfSections(), MMSYS_InstallDevice(), RegisterDlls(), SetupDiInstallClassExW(), SetupDiInstallDevice(), SetupDiInstallDriverFiles(), SetupDiRegisterCoDeviceInstallers(), spapi_install(), and test_defaultcallback().
Definition at line 66 of file queue.c.
Referenced by SetupQueueCopyIndirectW(), SetupQueueDeleteW(), and SetupQueueRenameW().
Definition at line 77 of file queue.c.
Referenced by extract_cabinet_file(), and QUEUE_callback_WtoA().
Definition at line 26 of file queue.c.
Referenced by SetupQueueCopySectionW().