Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsFileCopyMBS class.

WindowsFileCopyMBS.CallbackChunkFinished=0

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the reason constants for the Progress event.

Another part of the data file was copied.

WindowsFileCopyMBS.CallbackStreamSwitched=1

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the reason constants for the Progress event.

Another stream was created and is about to be copied. This is the callback reason given when the callback routine is first invoked.

WindowsFileCopyMBS.CopyFileAllowDecryptedDestination=8

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants used with CopyFileEx.

An attempt to copy an encrypted file will succeed even if the destination copy cannot be encrypted. Windows 2000: This value is not supported.

WindowsFileCopyMBS.CopyFileCopySymLink=&h800

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants used with CopyFileEx.

If the source file is a symbolic link, the destination file is also a symbolic link pointing to the same file that the source symbolic link is pointing to. Windows Server 2003 and Windows XP/2000: This value is not supported.

WindowsFileCopyMBS.CopyFileFailIfExists=1

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants used with CopyFileEx.

The copy operation fails immediately if the target file already exists.

WindowsFileCopyMBS.CopyFileOpenSourceForWrite=4

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants used with CopyFileEx.

The file is copied and the original file is opened for write access.

WindowsFileCopyMBS.CopyFileRestartable=2

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants used with CopyFileEx.

Progress of the copy is tracked in the target file in case the copy fails. The failed copy can be restarted at a later time by specifying the same values for source and dest as those used in the call that failed.

WindowsFileCopyMBS.FileOperationAllowUndo=&h40

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Preserve undo information, if possible.
Prior to Windows Vista, operations could be undone only from the same process that performed the original operation.

In Windows Vista and later systems, the scope of the undo is a user session. Any process running in the user session can undo another operation. The undo state is held in the Explorer.exe process, and as long as that process is running, it can coordinate the undo functions.

If the source file parameter does not contain fully qualified path and file names, this flag is ignored.

WindowsFileCopyMBS.FileOperationFilesOnly=&h80

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Perform the operation only on files (not on folders) if a wildcard file name (*.*) is specified.

WindowsFileCopyMBS.FileOperationMultiDestFiles=1

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

The destination multiple destination files (one for each source file in from) rather than one directory where all source files are to be deposited.

WindowsFileCopyMBS.FileOperationNoConfirmation=&h10

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Respond with Yes to All for any dialog box that is displayed.

WindowsFileCopyMBS.FileOperationNoConfirmationMkDir=&h200

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Do not ask the user to confirm the creation of a new directory if the operation requires one to be created.

WindowsFileCopyMBS.FileOperationNoConnectedElements=&H2000

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Do not move connected files as a group. Only move the specified files.

WindowsFileCopyMBS.FileOperationNoCopySecurityAttributes=&h800

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Do not copy the security attributes of the file. The destination file receives the security attributes of its new folder.

WindowsFileCopyMBS.FileOperationNoErrorUI=&h400

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Do not display a dialog to the user if an error occurs.

WindowsFileCopyMBS.FileOperationNoRecursion=&h1000

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Only perform the operation in the local directory. Don't operate recursively into subdirectories, which is the default behavior.

WindowsFileCopyMBS.FileOperationRenameCollision=8

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Give the file being operated on a new name in a move, copy, or rename operation if a file with the target name already exists at the destination.

WindowsFileCopyMBS.FileOperationSilent=4

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Do not display a progress dialog box.

WindowsFileCopyMBS.FileOperationSimpleProgress=&h100

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Display a progress dialog box but do not show individual file names as they are operated on.

The plugin activates this flag if you pass in a window title.

WindowsFileCopyMBS.FileOperationWantNukeWarning=&H4000

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the flag constants for the FileOperation methods.

Send a warning if a file is being permanently destroyed during a delete operation rather than recycled. This flag partially overrides FileOperationNoConfirmation.

WindowsFileCopyMBS.MoveFileCopyAllowed=2

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants for the MoveFileWithProgress method.

If the file is to be moved to a different volume, the function simulates the move by using the CopyFile and DeleteFile functions.
This value cannot be used with MoveFileDelayUntilReboot.

WindowsFileCopyMBS.MoveFileCreateHardLink=16

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants for the MoveFileWithProgress method.

Reserved for future use.

WindowsFileCopyMBS.MoveFileDelayUntilReboot=4

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants for the MoveFileWithProgress method.

The system does not move the file until the operating system is restarted. The system moves the file immediately after AUTOCHK is executed, but before creating any paging files. Consequently, this parameter enables the function to delete paging files from previous startups.
This value can only be used if the process is in the context of a user who belongs to the administrators group or the LocalSystem account.
This value cannot be used with MoveFileCopyAllowed.

WindowsFileCopyMBS.MoveFileReplaceExisting=1

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants for the MoveFileWithProgress method.

If a file named lpNewFileName exists, the function replaces its contents with the contents of the lpExistingFileName file.
This value cannot be used if NewFileName or ExistingFileName names a directory.

WindowsFileCopyMBS.MoveFileWriteThrough=8

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants for the MoveFileWithProgress method.

The function does not return until the file has actually been moved on the disk.
Setting this value guarantees that a move performed as a copy and delete operation is flushed to disk before the function returns. The flush occurs at the end of the copy operation.
This value has no effect if MoveFileDelayUntilReboot is set.

WindowsFileCopyMBS.ProgressCancel=1

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants for the Progress Event return value.

Cancel the copy operation and delete the destination file.

WindowsFileCopyMBS.ProgressContinue=0

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants for the Progress Event return value.

Continue the copy operation.

WindowsFileCopyMBS.ProgressQuiet=3

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants for the Progress Event return value.

Continue the copy operation, but stop invoking the event to report progress.

WindowsFileCopyMBS.ProgressStop=2

Type Topic Plugin Version
const Windows MBS Win Plugin 9.2
One of the constants for the Progress Event return value.

Stop the copy operation. It can be restarted at a later time.

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...