WdCopyDirection

Specifies the direction of a copy operation.

Syntax

enum class WdCopyDirection : uint32_t 
{ 
    CopyTo = 0, 
    CopyFrom = 1 
};

Constants

Constant Value Description
CopyTo 0 Copy files to the remote device. This is the default direction.
CopyFrom 1 Copy files from the remote device.

Remarks

This enumeration is used in the WdCopyOptions structure to specify the direction of a WdRemoteCopy operation.

Requirements

Requirement Value
Header WdRemoteIteration.h
Library wdremoteapi.lib
Supported OS Windows 11 and later
Supported architectures x64, ARM64

See also