SHFileOperationA(3w)
NAME
SHFileOperationA (SHELL32.@)
SYNOPSIS
int SHFileOperationA
(
LPSHFILEOPSTRUCTA lpFileOp
)
DESCRIPTION
Function to copy, move, delete and create one or more files with
optional user prompts.
PARAMS
lpFileOp [In/Out] pointer to a structure containing all the necessary
information.
RETURNS
Success: ERROR_SUCCESS.
Failure: ERROR_CANCELLED.
NOTES
exported by name
IMPLEMENTATION
Defined in "shellapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shell32/shlfileop.c".
- Debug channel "shell".