RemoteLaunchUriStatus Enum

Definition

Specifies the result of activating an application for a URI on a remote device.

public enum class RemoteLaunchUriStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class RemoteLaunchUriStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum RemoteLaunchUriStatus
var value = Windows.System.RemoteLaunchUriStatus.unknown
Public Enum RemoteLaunchUriStatus
Inheritance
RemoteLaunchUriStatus
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

AppUnavailable 2

The app is not installed on the remote system.

DeniedByLocalSystem 6

The user is not authorized to launch an app on the remote system.

DeniedByRemoteSystem 7

The user is not signed in on the target device or may be blocked by group policy.

ProtocolUnavailable 3

The application you are trying to activate on the remote system does not support this URI.

RemoteSystemUnavailable 4

The remote system could not be reached.

Success 1

The URI was successfully launched on the remote system.

Unknown 0

The URI could not be successfully launched on the remote system.

ValueSetTooLarge 5

The amount of data you tried to send to the remote system exceeded the limit.

Applies to