IFileOperationMoveItems Method
Declares a set of items that are to be moved to a specified destination.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Function MoveItems (
punkItems As Object,
psiDestinationFolder As IShellItem
) As HResult
Dim instance As IFileOperation
Dim punkItems As Object
Dim psiDestinationFolder As IShellItem
Dim returnValue As HResult
returnValue = instance.MoveItems(punkItems,
psiDestinationFolder)
abstract MoveItems :
punkItems : Object *
psiDestinationFolder : IShellItem -> HResult
No code example is currently available or this language may not be supported.
- punkItems Object
-
Pointer to the IUnknown of the IShellItemArray, IDataObject,
or IEnumShellItems object which represents the group of items to be moved.
You can also point to an IPersistIDList object to represent a single item,
effectively accomplishing the same function as MoveItem(IShellItem, IShellItem, String, IFileOperationProgressSink).
- psiDestinationFolder IShellItem
-
Pointer to an IShellItem that specifies the destination folder to contain the moved items.
HResult
If this method succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.