RemoteLaunchUriStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unknown | 0 | The URI could not be successfully launched on the remote system. |
Success | 1 | The URI was successfully launched on the remote system. |
AppUnavailable | 2 | The app is not installed on the remote system. |
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. |
ValueSetTooLarge | 5 | The amount of data you tried to send to the remote system exceeded the limit. |
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. |