Contents Index Topic Contents | ||
Previous Topic: ShellExecuteEx Next Topic: SHFreeNameMappings |
SHFileOperation
WINSHELLAPI int WINAPI SHFileOperation( LPSHFILEOPSTRUCT lpFileOp );Copies, moves, renames, or deletes a file system object.
- Returns zero if successful, or nonzero otherwise.
- lpFileOp
- Address of an SHFILEOPSTRUCT structure that contains information this function needs to carry out the specified operation.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.