.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHFileOperationA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHFileOperationA\fR (SHELL32.@) .SH SYNOPSIS int SHFileOperationA ( LPSHFILEOPSTRUCTA \fIlpFileOp\fR ) .SH DESCRIPTION .PP Function to copy, move, delete and create one or more files with optional user prompts. .SH PARAMS \fIlpFileOp\fR \fB[In/Out]\fR pointer to a structure containing all the necessary information. .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR. .PP \fBFailure:\fR \fBERROR_CANCELLED\fR. .SH NOTES .PP exported by name .SH IMPLEMENTATION .PP Declared in \fB"shellapi.h"\fR. .PP Implemented in \fB"dlls/shell32/shlfileop.c"\fR. .PP Debug channel \fB"shell"\fR.