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

Declared in "shellapi.h". https://source.winehq.org/source/include/shellapi.h

Implemented in "dlls/shell32/shlfileop.c". https://source.winehq.org/source/dlls/shell32/shlfileop.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.